v1

latestOpenAPI 3.0.42026-07-2233241175.9 KB
Network

Validator Queue ETA

Provides a rough overview of staking-related queue positions (deposit, exit, full withdrawal, consolidation, compounding switch) and estimated wait times for the selected set of validators.

Use case guide: Queue tracking explains when to use per-validator ETAs and how they complement the network queue view.

Uses the same unified schema as the network-level queue endpoint

The estimated_processed_at field in each queue always refers to the very last item for that validator. For example, if a validator has multiple pending deposits, estimated_processed_at in deposit_queue refers to when the last deposit will be processed.

For network-wide queue statistics across all validators, see /api/v2/ethereum/queues.

post/api/v2/ethereum/validators/queues

Request body

chain'mainnet' | 'hoodi'

The Ethereum chain to query.

cursorstring

Cursor value for pagination. See our pagination guide for more details.

page_sizeinteger

The number of items to return per page.

Response

Successful response.