Initiates a fiat withdrawal from the exchange to the settlement provider. The withdrawal destination key is configured server-side.
Request body
application/json
· ExchangeWithdrawalRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
amount |
string |
yes | |
currency |
string |
yes | |
destination |
string |
no | Withdrawal key registered in the exchange account, as listed by GET /v1/exchange/withdrawal-destinations. Omit to use the configured default destination. A key outside the allowlist is rejected. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
ExchangeWithdrawalResponse |
Withdrawal initiated. |
422 |
Error |
Withdrawal rejected. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.