Last updated 1 year ago
A successful response.
params defines the parameters of the module.
const response = await fetch('/cosmos/mint/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "mint_denom": "text", "blocks_per_year": "text" } }