A successful response.
ConsensusParams contains consensus critical parameters that determine the validity of blocks.
const response = await fetch('https://coreum.nownodes.io/cosmos/consensus/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "block": { "max_bytes": "text", "max_gas": "text" }, "evidence": { "max_age_num_blocks": "text", "max_age_duration": "text", "max_bytes": "text" }, "validator": { "pub_key_types": [ "text" ] }, "version": { "app": "text" } } }