A successful response.
params defines the parameters of the module.
const response = await fetch('https://kava.nownodes.io/ibc/core/connection/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "max_expected_time_per_block": "text" } }