v1
latestOpenAPI 3.0.42026-07-2233241175.9 KBNetwork Queue Overview
Returns information about the various staking-related queues (deposit, exit, full withdrawal, consolidation, compounding switch) and how long the expected wait time is.
Use case guide: Queue tracking explains how to choose between network and validator queue views, estimate wait times, and measure staking flows.
The estimated_processed_at field in each queue always refers to the very last item in the network queue (i.e. when the entire queue will be fully processed).
For per-validator queue details, use:
- /api/v2/ethereum/validators/queues — overview per validator
Deprecation Notice
This notice only affects you if your requests do not send the Accept: application/vnd.beaconcha.in.v2.1+json header — such requests currently receive the legacy v2 schema. The legacy schema is deprecated and will be sunset on 02.07.2026 23:59:59 UTC. After that date, all requests receive the new v2.1 schema regardless of the Accept header, which will break your response parsing if you have not migrated.
To migrate, send the Accept: application/vnd.beaconcha.in.v2.1+json header and adapt your parsing to the v2.1 schema shown in the response section below. To review the legacy schema you are currently receiving, select v2 from the Content-Type dropdown in the top-right corner of the response section.
Request body
Response
Successful response.