Consensus & Network
Get Consensus State
Get current consensus state
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
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": [
{}
]
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.