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: rest.origin.uptick.network
Accept: */*
{
  "connection_paths": [
    "text"
  ],
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}

Last updated