Withdraw Funds
To initiate a withdrawal, the process is carried out in two steps:
1. Create a withdraw Request
Name
Value
Name
Type
Description
{
"identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"currency": "USDTBEP20",
"address": "0x...",
"amount": 0,
"amount_usd": 0,
"service_fee": 0,
"service_fee_usd": 0,
"expires_at": "2025-06-12T10:04:32.962319Z"
}{
"detail": "<CURRENCY> is not available for withdraw at this moment"
}{
"detail": "Amount is less than minimum withdraw amount for <CURRENCY> (<CURRENCY.MIN_WITHDRAW>)"
}{
"detail": "Withdraw request not found"
}{
"detail": "Withdraw request expired"
}{
"detail": "Not enough balance"
}2. Confirm the Withdrawal
Name
Value
Name
Type
Description
Last updated