A successful response.
DecCoin defines a token with a denomination and a decimal amount.
NOTE: The amount field is an Dec which implements the custom method signatures required by gogoproto.
const response = await fetch('https://coreum.nownodes.io/coreum/feemodel/v1/min_gas_price', { method: 'GET', headers: {}, }); const data = await response.json();
{ "min_gas_price": { "denom": "text", "amount": "text" } }