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

idstring required

Example response

{
  "id": "7213fea8e94b4a5593d507237e5a555b"
}

Changes

Changed in 2 of the 26 revisions of this API.27

    • added the new optional query request parameter walletType

      new-optional-request-parameter

  • a484ce871a7226See the full diff
    • for the query request parameter recvWindow, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter amount, the format was generalized from float to double

      request-parameter-type-generalized

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required