cURL
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>" } ] } }
Get validator set at specified height
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?