Last updated 1 year ago
A successful response.
params defines the parameters of the module.
const response = await fetch('/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 } }