Last updated 1 year ago
A successful response.
params holds all the parameters of this module.
const response = await fetch('/cosmos/staking/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "unbonding_time": "text", "bond_denom": "text" } }