A successful response.
StakingParams defines the set of additional staking params for the staking module wrapper.
const response = await fetch('https://coreum.nownodes.io/coreum/customparams/v1/stakingparams', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "min_self_delegation": "text" } }