A successful response.
params defines the parameters of the module.
const response = await fetch('https://inj.nownodes.io/ibc/core/channel/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "upgrade_timeout": { "height": { "revision_number": "text", "revision_height": "text" }, "timestamp": "text" } } }