Client state

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

get

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

Path parameters
channel_idstringrequired

channel unique identifier

port_idstringrequired

port unique identifier

Responses
curl -L \
  --url 'https://axelar.nownodes.io/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state'
{
  "identified_client_state": {
    "client_id": "text",
    "client_state": {
      "type_url": "text",
      "value": "text"
    }
  },
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}