/cosmos/slashing/v1beta1/params
Params queries the parameters of slashing module
Parameters:
None
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/slashing/v1beta1/params
// Result
{
"params": {
"signed_blocks_window": "100",
"min_signed_per_window": "0.500000000000000000",
"downtime_jail_duration": "600s",
"slash_fraction_double_sign": "0.050000000000000000",
"slash_fraction_downtime": "0.010000000000000000"
}
}
Previous/cosmos/gov/v1/proposals/{proposal_id}/votes/{voter}Next/cosmos/slashing/v1beta1/signing_infos
Last updated
Was this helpful?