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