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: luna.nownodes.io Accept: */*
A successful response.
{ "consensus_state": { "type_url": "text", "value": "Ynl0ZXM=" }, "proof": "Ynl0ZXM=", "proof_height": { "revision_number": "text", "revision_height": "text" } }