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