Terp Network Docs
APIsIbcgoQuery
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state

Path Parameters

channel_id*string

channel unique identifier

port_id*string

port unique identifier

Response Body

*/*

*/*

curl -X GET "https://api.terp.network/ibc/core/channel/v1/channels/string/ports/string/client_state"
{
  "identified_client_state": {
    "client_id": "string",
    "client_state": {
      "type_url": "string",
      "value": "string"
    }
  },
  "proof": "string",
  "proof_height": {
    "revision_number": "string",
    "revision_height": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}