Consensus & Network
Get Consensus State
Consensus & Network
Get Consensus State
Get current consensus state
GET
/
consensus_state
curl --request GET \
--url https://story-rpc-001.originstake.com/consensus_state
{
"response": {
"round_state": {
"height/round/step": "<string>",
"proposal_block_hash": "<string>",
"locked_block_hash": "<string>",
"valid_block_hash": "<string>",
"height_vote_set": [
{}
]
}
}
}
Response
Current consensus state
Was this page helpful?
curl --request GET \
--url https://story-rpc-001.originstake.com/consensus_state
{
"response": {
"round_state": {
"height/round/step": "<string>",
"proposal_block_hash": "<string>",
"locked_block_hash": "<string>",
"valid_block_hash": "<string>",
"height_vote_set": [
{}
]
}
}
}