Wallet
Withdraw (USER_DATA)
Submit a withdraw request.
- If network not send, return with default network of the coin.
- You can get network and isDefault in networkList of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256).
Weight(IP): 1
post/sapi/v1/capital/withdraw/apply
Query parameters
coinstring required
Example:BNB
Coin name
withdrawOrderIdstring
Client id for withdraw
networkstring
Example:BTC
addressstring required
addressTagstring
Secondary address identifier for coins like XRP,XMR etc.
amountnumber double required
transactionFeeFlagboolean
When making internal transfer
- true -> returning the fee to the destination account;
- false -> returning the fee back to the departure account.
namestring
walletTypeinteger
The wallet type for withdraw,0-Spot wallet, 1- Funding wallet. Default is Spot wallet
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Transafer Id
Example response
{
"id": "7213fea8e94b4a5593d507237e5a555b"
}