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 withdrawals

id
string<uuid>

Withdrawal identifier.

Example:

"b56d7c9b-e794-4581-a931-c529007d8f50"

label
string

Human-readable withdrawal label.

Example:

"Wallet [polygon]"

network
string

Network of the withdrawal.

Example:

"polygon"

currency
string

Currency of the withdrawal.

Example:

"AUDF"

amount
string

Amount of the withdrawal.

Example:

"10"

withdrawalAccount
object

A withdrawal account. The exact shape may vary depending on the network.

createdAt
string<date-time>

Creation timestamp (ISO 8601).

Example:

"2024-06-23T21:10:22.828Z"

processedAt
string<date-time>

Processed timestamp (ISO 8601).

Example:

"2024-06-23T21:10:22.828Z"

details
object

Network-specific withdrawal details.

Example: