Last updated 1 year ago
A successful response.
Params represents the parameters used for by the slashing module.
const response = await fetch('/cosmos/slashing/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "signed_blocks_window": "text", "min_signed_per_window": "Ynl0ZXM=", "downtime_jail_duration": "text", "slash_fraction_double_sign": "Ynl0ZXM=", "slash_fraction_downtime": "Ynl0ZXM=" } }