deposits
Get deposits included in blocks
Returns a list of deposits that have been successfully included in beacon chain blocks with comprehensive filtering
get/v1/deposits/included
Query parameters
limitinteger
Number of deposits to return (max 100)
offsetinteger
Offset for pagination
min_indexinteger
Minimum deposit index
max_indexinteger
Maximum deposit index
public_keystring
Filter by validator public key (with or without 0x prefix)
validator_namestring
Filter by validator name
min_amountinteger
Minimum deposit amount in gwei
max_amountinteger
Maximum deposit amount in gwei
with_orphanedinteger
Include orphaned deposits (0=canonical only, 1=include all, 2=orphaned only)
addressstring
Filter by depositor address
with_validinteger
Filter by signature validity (0=invalid only, 1=valid only, 2=all)
cred_typeinteger[]
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