Client connections

ClientConnections queries the connection paths associated with a client state.

get
Path parameters
client_idstringRequired

client identifier associated with a connection

Responses
200
A successful 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"
  }
}

Revision created

GitBook: No commit message