Proof-of-Stake JSON-RPC Methods
state_get_auction_info
This method returns the bids and validators as of either a specific Block (by height or hash). If you do not provide a block_identifier
, state_get_auction_info
will return information from the most recent Block.
Method: POST
Example body (raw)
Example response: 200
info_get_validator_changes
This method returns status changes of active validators. Listed changes occurred during the EraId
contained within the response itself. A validator may show more than one change in a single era.
Method: POST
Example body (raw)
Example response: 200
chain_get_era_info_by_switch_block
This method returns an EraInfo from the network. Only the last Block in an era
, known as a switch block, will contain an era_summary
.
Method: POST
Example body (raw)
Example response: 200
Last updated