Ports

Channel queries an IBC Channel.

get

/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}

Path parameters
channel_idstringrequired

channel unique identifier

port_idstringrequired

port unique identifier

Responses
curl -L \
  --url 'https://inj.nownodes.io/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}'
{
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  },
  "channel": {
    "version": "text",
    "upgrade_sequence": "text",
    "state": "STATE_UNINITIALIZED_UNSPECIFIED",
    "ordering": "ORDER_NONE_UNSPECIFIED",
    "connection_hops": [
      "text"
    ],
    "counterparty": {
      "port_id": "text",
      "channel_id": "text"
    }
  }
}