Skip to main content

Withdraw

POST 

/public-api/wallet/v1/user/crypto/withdraw

Withdraw. Requires the Withdraw permission. Please refer to the Crypto Networks endpoint for fee calculation.

The parameter amountIncludeFee affects how the fee is handled, with the differences as follows:

  • amountIncludeFee = true
    • amount is the amount to be deducted from user's wallet (i.e., including fee). The amount the user receives will be amount - fee.
  • amountIncludeFee = false
    • amount is the amount the user wants to receive (i.e., excluding fee). The amount deducted from user's wallet will be amount + fee.

Request​

Responses​

Successful response