Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of deposits

id
string<uuid>

Deposit identifier.

Example:

"019aaff0-1c20-7661-b79c-84b9f0945901"

network
string

Network of the deposits.

Example:

"ethereum"

currency
string

Currency of the deposit.

Example:

"USDC"

amount
string

Amount of the deposit.

Example:

"10"

createdAt
string<date-time>

Creation timestamp (ISO 8601).

Example:

"2025-11-20T06:08:34.925Z"

details
object

Network-specific deposit details.