Crypto and Fiat Withdrawal
Request withdrawal from sub-account wallets and bank accounts.
Withdrawal to an external Wallet
POST
https://live.betaapp.com/v1/order/withdrawal
Headers
Authorization*
String
Bearer {access_token}
x-sub-account-id*
String
Sub Account ID
accept*
String
application/json
Request Body
target_asset*
String
Crypto asset
network*
String
Crypto asset's network
target_destination*
String
Crypto wallet
target_amount*
String
Amount to be processed
target_destination_tag
String
Crypto wallet tag (If applicable)
instant_payment_type
String
Only for Fiat Withdrawal
Brazil: PIX
Mexico: SPEI
Request Example for Crypto Withdrawal:
For Fiat Withdrawals you only need to inform the instant_payment_type, asset, and target_amount
fields. The withdrawal will be processed to the registered subaccount's bank account details.
Request Example for Fiat Withdrawal:
Response Example for both Fiat and Crypto:
Last updated