GET
/
consensus_state
curl --request GET \
  --url https://namada-rpc-01.originstake.com/consensus_state \
  --header 'Key: <api-key>'
{
  "200": {
    "round_state": {
      "height/round/step": "<string>",
      "proposal_block_hash": "<string>",
      "locked_block_hash": "<string>",
      "valid_block_hash": "<string>",
      "height_vote_set": [
        {}
      ]
    }
  }
}

Response

200
object