Skip to main content
POST
๐Ÿ‘€ Validator Statuses

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json

validator is optional in this request body

chain
enum<string>
default:mainnet

The Ethereum chain to query.

Available options:
mainnet,
hoodi
validator
Indices/Pubkeys ยท object

validator is optional in this request body. If not provided, results will be unfiltered.

Response

Successful response.

Response containing the current state of the network validators.

data
object
required

Distribution of validators across the Ethereum validator lifecycle states.

Ethereum validators progress through a defined lifecycle:

  1. Pending โ€” Deposit made, waiting for activation (initialized โ†’ queued).
  2. Active โ€” Participating in consensus duties (ongoing โ†’ exiting โ†’ slashed).
  3. Exited โ€” Left the active set, waiting for withdrawal eligibility.
  4. Withdrawal โ€” Balance eligible for or already withdrawn to the execution layer.

Each state includes the count of validators and their total effective balance.