Height

ConnectionConsensusState queries the consensus state associated with the connection.

get
Path parameters
connection_idstringRequired

connection identifier

revision_numberstring · uint64Required
revision_heightstring · uint64Required
Responses
200
A successful response.
application/json
get
GET /ibc/core/connection/v1/connections/{connection_id}/consensus_state/revision/{revision_number}/height/{revision_height} HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "consensus_state": {
    "@type": "text",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "client_id": "text",
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}