Get complete consensus state
curl --request GET \ --url https://story-rpc-001.originstake.com/dump_consensus_state
{ "response": { "height": "<string>", "round": "<string>", "step": "<string>", "validators": [ {} ] } }
Complete consensus state
Show Properties
Current height
Current round
Current step
List of validators and their states
Was this page helpful?