A successful response.
params defines the parameters of the module.
const response = await fetch('https://axelar.nownodes.io/ibc/apps/transfer/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "send_enabled": false, "receive_enabled": false } }