A successful response.
params defines the parameters of the module.
const response = await fetch('https://axelar.nownodes.io/ibc/client/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "allowed_clients": [ "text" ] } }