Get validator set at specified height
curl --request GET \ --url https://story-rpc-001.originstake.com/validators
{ "response": { "block_height": "<string>", "validators": [ { "address": "<string>", "pub_key": {}, "voting_power": "<string>", "proposer_priority": "<string>" } ] } }
Height to return. If no height is provided, it will fetch validator set for the latest block.
Page number (1-based)
Number of entries per page (max: 100)
Validator set information
Show Properties
Block height
List of validators
Validator address
Validator public key
Validator voting power
Validator proposer priority
Was this page helpful?