Last updated 11 months ago
Was this helpful?
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.
This method will use 10 .
10
None
{ "id": 1, "jsonrpc": "2.0", "method": "info_get_validator_changes", "params": [] }
curl https://mainnet.casper.validationcloud.io/v1/<YOUR_API_KEY_HERE> \ -X POST \ -H "Content-Type: application/json" \ -d '{"id":1,"jsonrpc":"2.0","method":"info_get_validator_changes","params":[]}'
curl https://testnet.casper.validationcloud.io/v1/<YOUR_API_KEY_HERE> \ -X POST \ -H "Content-Type: application/json" \ -d '{"id":1,"jsonrpc":"2.0","method":"info_get_validator_changes","params":[]}'