Skip to main content
GET
Get List Deposits

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number<double>
required

Number of resources that a single response page contains.

Required range: 1 <= x <= 1000
Example:

50

offset
number<double>
required

Number of resources to exclude from a response.

Required range: 0 <= x <= 100000
Example:

0

type
enum<string>
required

Type of the request.

Available options:
withdrawalAddress,
transactionHash,
markers
Example:
withdrawalAddress
string

Withdrawal address for the validators.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

transactionHash
string

Hash of the deposit transaction.

Pattern: ^0x([A-Fa-f0-9])+$
Example:

"0x2b1c6bbdeadb0b23ca8260a819fde1c0b0347b0fd42c33a9b2513b36d6521dc6"

markers
string<uuid>[]

Array of markers to filter the deposits.

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.