_getAllSlashingParams

Params queries the parameters of slashing module

Parameters

  • No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/slashing/v1beta1/params \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'

Returns

  • OBJECT - The params
{
  "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"
  }
}

Try Yourself

Language
Click Try It! to start a request and see the response here!