Deposits
Returns comprehensive details about all validator deposits processed in the specified slot.
The validator filter is optional; if omitted, results include all deposits processed in the slot.
Results may include system deposits — protocol-generated deposits that are not initiated by a user, such as the deposit created when a validator switches to compounding. See System deposits and withdrawals for details.
You can combine this endpoint with:
- Find deposits associated with your validators: v2/ethereum/validators/deposit-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 deposit type. Pass one or more types as an array to include deposits of any of the selected types; omit the field (or pass an empty array) to return all types.
Manual deposit actions:
top_up: Additional funds deposited to an existing validator.deposit: Initial deposit to activate a new validator.
Automatic actions:
network: Deposits triggered automatically by network events, such as validator consolidation.
Note: A network deposit typically occurs when validators are consolidated by the protocol.
top_up, deposit, network 
