A successful response.
params defines the parameters of the module.
const response = await fetch('https://akt.nownodes.io/cosmos/distribution/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "community_tax": "text", "base_proposer_reward": "text", "bonus_proposer_reward": "text", "withdraw_addr_enabled": false } }