P2P SSV
Get List Deposits
Retrieve a list of all deposits along with the validator status either by withdrawal address, transaction hash or deposit ID.
GET
Get List Deposits
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of resources that a single response page contains.
Required range:
1 <= x <= 1000Example:
50
Number of resources to exclude from a response.
Required range:
0 <= x <= 100000Example:
0
Type of the request.
Available options:
withdrawalAddress, transactionHash, markers Example:
Withdrawal address for the validators.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"
Hash of the deposit transaction.
Pattern:
^0x([A-Fa-f0-9])+$Example:
"0x2b1c6bbdeadb0b23ca8260a819fde1c0b0347b0fd42c33a9b2513b36d6521dc6"
Array of markers to filter the deposits.