Client state

ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.

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}/client_state HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
  "identified_client_state": {
    "client_id": "text",
    "client_state": {
      "type_url": "text",
      "value": "text"
    }
  },
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}