cosmos/slashing/v1beta1/params

Params queries the parameters of slashing module.

Parameters

None

Result

The parameters of slashing module.

Example

Request

curl <your-rest-endpoint>/cosmos/slashing/v1beta1/params \
  -X GET \
  -H "accept: application/json"

Return

{
    "params": {
        "signed_blocks_window": "10000",
        "min_signed_per_window": "0.050000000000000000",
        "downtime_jail_duration": "600s",
        "slash_fraction_double_sign": "0.050000000000000000",
        "slash_fraction_downtime": "0.000100000000000000"
    }
}