A successful response.
params defines the parameters of the module.
const response = await fetch('https://stride.nownodes.io/ibc/apps/interchain_accounts/host/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "host_enabled": false, "allow_messages": [ "text" ] } }