channel unique identifier
port unique identifier
QueryChannelResponse is the response type for the Query/Channel RPC method. Besides the Channel end, it includes a proof and the height from which the proof was retrieved.
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id} HTTP/1.1 Host: luna.nownodes.io Accept: */*
A successful response.
{ "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" } }