A successful response.
params holds all the parameters of this module.
const response = await fetch('https://thor.nownodes.io/cosmos/staking/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "unbonding_time": "text", "bond_denom": "text", "min_commission_rate": "text", "key_rotation_fee": { "denom": "text", "amount": "text" } } }