deposits
Get deposit transactions
Returns a list of deposit transactions that have been initiated on the execution layer with comprehensive filtering
get/v1/deposits/transactions
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 transaction sender address
target_addressstring
Filter by transaction target address
with_validinteger
Filter by signature validity (0=invalid only, 1=valid only, 2=all)
Response
OK