Withdrawals
Returns comprehensive details about all validator withdrawals processed in the specified slot.
The validator filter is optional; if omitted, results include all withdrawals processed in the slot.
Results may include system withdrawals — protocol-generated withdrawals that are not initiated by a user, such as the withdrawal created when a validator switches to compounding. See System deposits and withdrawals for details.
Use this endpoint to quickly identify all relevant withdrawals for a slot.
You can combine this endpoint with:
- Find withdrawals associated with your validators: v2/ethereum/validators/withdrawal-slots
Authorizations
Body
validator and type_filter are optional in this request body
Specify a slot using one of the following methods.
- Slot number
- Consensus layer block root
- View: "latest", "finalized"
- Number
- Root
- View
The Ethereum chain to query.
mainnet, hoodi Cursor value for pagination. See our pagination guide for more details.
The number of items to return per page.
1 <= x <= 10validator is optional in this request body. If not provided, results will be unfiltered.
- Indices/Pubkeys
- Dashboard
- 💎 Deposit
- 💎 Withdrawal
- 💎 Entity
Filter results by withdrawal type. Pass one or more types as an array to include withdrawals of any of the selected types; omit the field (or pass an empty array) to return all types.
The type of withdrawal:
manual: A voluntary withdrawal request submitted by the validator operator on the execution layer.partial_sweep: An automatic partial withdrawal sweep performed by the protocol, withdrawing the balance above 32 ETH (or 2048 ETH for compounding validators) to the withdrawal address.full_exit_sweep: An automatic full withdrawal sweep performed by the protocol after the validator has fully exited, withdrawing the entire balance to the withdrawal address.system: A protocol-internal balance movement that is re-queued as a pending deposit rather than paid out to a withdrawal address. Occurs when a validator switches to compounding withdrawal credentials (balance above 32 ETH is removed and re-queued), and as a one-time event at the Electra fork, when validators still awaiting activation had their pending balance re-queued through the new activation queue.
manual, partial_sweep, full_exit_sweep, system 
