Ports

Channel queries an IBC Channel.

get
Path parameters
channel_idstringRequired

channel unique identifier

port_idstringRequired

port unique identifier

Responses
200
A successful response.
application/json
get
GET //ibc/core/channel/v1/channels/{channel_id}/ports/{port_id} HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "channel": {
    "state": "STATE_UNINITIALIZED_UNSPECIFIED",
    "ordering": "ORDER_NONE_UNSPECIFIED",
    "counterparty": {
      "port_id": "text",
      "channel_id": "text"
    },
    "connection_hops": [
      "text"
    ],
    "version": "text"
  },
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}