๐ Validator Statuses
Overviews
๐ Validator Statuses
Returns the distribution of validator states across the network or a given validator filter.
By default it returns the network distribution, but you might pass the optional validator filter to get a breakdown of states for a specific set of validators (e.g. your own).
POST
๐ Validator Statuses
Authorizations
Body
application/json
validator is optional in this request body
Response
Successful response.
Response containing the current state of the network validators.
Distribution of validators across the Ethereum validator lifecycle states.
Ethereum validators progress through a defined lifecycle:
- Pending โ Deposit made, waiting for activation (initialized โ queued).
- Active โ Participating in consensus duties (ongoing โ exiting โ slashed).
- Exited โ Left the active set, waiting for withdrawal eligibility.
- Withdrawal โ Balance eligible for or already withdrawn to the execution layer.
Each state includes the count of validators and their total effective balance.

