/eth/v1/beacon/states/{state_id}/validators
Returns filterable list of validators with their balance, status and index.
Parameters:
Example:
// Request
curl -X GET -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/states/finalized/validators
// Result
as described abovePrevious/eth/v1/beacon/states/{state_id}/finality_checkpointsNext/eth/v1/beacon/states/{state_id}/validators/{validator_id}
Last updated
Was this helpful?