A successful response.
Params store gov manageable parameters.
const response = await fetch('https://coreum.nownodes.io/coreum/asset/ft/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "issue_fee": { "denom": "text", "amount": "text" }, "token_upgrade_decision_timeout": "2025-01-30T21:31:11.776Z", "token_upgrade_grace_period": "text" } }