Client connections
Path parameters
client_idstringRequired
client identifier associated with a connection
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ibc/core/connection/v1/client_connections/{client_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"connection_paths": [
"text"
],
"proof": "text",
"proof_height": {
"revision_number": "text",
"revision_height": "text"
}
}