A successful response.
params defines the parameters of the module.
const response = await fetch('https://fet.nownodes.io/cosmos/mint/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "mint_denom": "text", "inflation_rate_change": "text", "inflation_max": "text", "inflation_min": "text", "goal_bonded": "text", "blocks_per_year": "text" } }