Client state
Path parameters
connection_idstringRequired
connection identifier
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ibc/core/connection/v1/connections/{connection_id}/client_state HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
"identified_client_state": {
"client_id": "text",
"client_state": {
"@type": "text",
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"proof": "text",
"proof_height": {
"revision_number": "text",
"revision_height": "text"
}
}