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