Skip to main content
POST
Initiate fiat withdrawal
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
Initiates a fiat withdrawal to an approved bank account.
Idempotency is supported on v2 and v3 for this endpoint. v1 does not support idempotency keys — see Migration guide.

Errors

See the full v1 error reference.

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Body

application/json
amount
number
required
Example:

10

currency
enum<string>
required
Available options:
USD,
AED,
GBP,
EUR,
AUD,
MXN,
BRL,
ARS,
PHP
Example:

"USD"

withdrawalAddressId
string<uuid>
required
Example:

"392cf015-5045-4615-a226-df3543d9c15f"

Response

success

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object | null
message
string
Example:

"Data fetched successfully"