Params

ClientParams queries all parameters of the ibc client submodule.

GEThttps://kava.nownodes.io/ibc/core/client/v1/params
Response

A successful response.

Body
paramsobject

params defines the parameters of the module.

Request
const response = await fetch('https://kava.nownodes.io/ibc/core/client/v1/params', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "params": {
    "allowed_clients": [
      "text"
    ]
  }
}