Execute Withdrawal
Execute autoWithdrawals for crypto assets.
POST
/api/transactions/withdrawAuth: RequiredRequest Body
itemsarrayRequiredList of withdrawal items.
Address Validation
You will receive a validation error if the recipient's address format differs from the defined asset standard. However, if the address follows the same standard as the asset but belongs to a different network, a loss of funds may occur.
Notes
- Any item's amount must not be lower than the minimal withdrawal amount for the defined asset
- The
amountparameter is a net amount — network fees are applied for each withdrawal item separately - The sum of all item amounts plus network fees must not exceed the asset's available balance
- If only one withdrawal item is provided, a single withdrawal will be executed
Bulk Withdrawals
Withdraw funds to multiple addresses within one API call. Uses the same endpoint — simply provide multiple items in the items array. Each item in the request produces a corresponding response entry.