Params

ChannelParams queries all parameters of the ibc channel submodule.

get
Responses
200
A successful response.
application/json
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"
    }
  }
}