Consensus & Network
Dump Consensus State
Consensus & Network
Dump Consensus State
Get complete consensus state
GET
/
dump_consensus_state
curl --request GET \
--url https://story-rpc-001.originstake.com/dump_consensus_state
{
"response": {
"height": "<string>",
"round": "<string>",
"step": "<string>",
"validators": [
{}
]
}
}
Response
Was this page helpful?
curl --request GET \
--url https://story-rpc-001.originstake.com/dump_consensus_state
{
"response": {
"height": "<string>",
"round": "<string>",
"step": "<string>",
"validators": [
{}
]
}
}