Get deposits included in blocks
Returns a list of deposits that have been successfully included in beacon chain blocks with comprehensive filtering
Query parameters
Number of deposits to return (max 100)
Offset for pagination
Minimum deposit index
Maximum deposit index
Filter by validator public key (with or without 0x prefix)
Filter by validator name
Minimum deposit amount in gwei
Maximum deposit amount in gwei
Include orphaned deposits (0=canonical only, 1=include all, 2=orphaned only)
Filter by depositor address
Filter by signature validity (0=invalid only, 1=valid only, 2=all)
Filter by withdrawal credential type prefix byte (0-3). Repeat the parameter to include multiple types, e.g. cred_type=1&cred_type=2.
Response
OK
Changes
Changed in 5 of the 35 revisions of this API.14
- ○
added the new optional
queryrequest parametercred_typenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametercred_typenew-optional-request-parameter
- ○
- ○
api operation id
getDepositsIncludedwas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲