Multiple Withdrawals
To initiate a multiple withdrawal, the process is carried out in two steps:
1. Create a multiple Withdraw Request
Name
Value
Name
Type
Description
{
"identifier": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"currency": "USDTBEP20",
"total_amount": 0,
"total_amount_usd": 0,
"total_service_fee": 0,
"total_service_fee_usd": 0,
"addresses_count": 0,
"expires_at": "2025-06-12T10:16:58.268842Z"
}{
"detail": "<CURRENCY> is not available for withdraw at this moment"
}{
"detail": "Amount is less than minimum withdraw amount for <CURRENCY> (<CURRENCY.MIN_WITHDRAW>) for address <ADDRESS>"
}{
"detail": "Multiple withdraw request not found"
}{
"detail": "Multiple withdraw request expired"
}{
"detail": "Not enough balance"
}2. Confirm the multiple Withdrawal
Name
Value
Name
Type
Description
Last updated