Ports
Path parameters
channel_idstringRequired
channel unique identifier
port_idstringRequired
port unique identifier
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id} HTTP/1.1
Host: luna.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"
}
}