client identifier
consensus state revision number
consensus state revision height
latest_height overrrides the height field and queries the latest stored ConsensusState
GET /ibc/core/client/v1/consensus_states/{client_id}/revision/{revision_number}/height/{revision_height} HTTP/1.1 Host: stride.nownodes.io Accept: */*
A successful response.
{ "consensus_state": { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }, "proof": "Ynl0ZXM=", "proof_height": { "revision_number": "text", "revision_height": "text" } }