A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/emissions/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "validator_emission_percentage": "text", "observer_emission_percentage": "text", "tss_signer_emission_percentage": "text", "observer_slash_amount": "text", "ballot_maturity_blocks": "text", "block_reward_amount": "text" } }