Height

ConsensusState queries a consensus state associated with a client state at a given height.

get
Path parameters
client_idstringRequired

client identifier

revision_numberstring · uint64Required

consensus state revision number

revision_heightstring · uint64Required

consensus state revision height

Query parameters
latest_heightbooleanOptional

latest_height overrrides the height field and queries the latest stored ConsensusState.

Responses
200
A successful response.
application/json
get
GET //ibc/core/client/v1/consensus_states/{client_id}/revision/{revision_number}/height/{revision_height} HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "consensus_state": {
    "type_url": "text",
    "value": "text"
  },
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}