A successful response.
const response = await fetch('https://kava.nownodes.io/ibc/apps/fee/v1/fee_enabled', { method: 'GET', headers: {}, }); const data = await response.json();
{ "fee_enabled_channels": [ { "port_id": "text", "channel_id": "text" } ] }