Params

ChannelParams queries all parameters of the ibc channel submodule.

get
Responses
application/json
objectOptional

QueryChannelParamsResponse is the response type for the Query/ChannelParams RPC method.

get
GET /ibc/core/channel/v1/params HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "params": {
    "upgrade_timeout": {
      "height": {
        "revision_number": "text",
        "revision_height": "text"
      },
      "timestamp": "text"
    }
  }
}