A successful response.
Params store gov manageable feemodel parameters.
const response = await fetch('https://coreum.nownodes.io/coreum/feemodel/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "model": { "initial_gas_price": "text", "max_gas_price_multiplier": "text", "max_discount": "text", "escalation_start_fraction": "text", "max_block_gas": "text" } } }