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= trueamountis the amount to be deducted from user's wallet (i.e., including fee). The amount the user receives will beamount - fee.
amountIncludeFee= falseamountis the amount the user wants to receive (i.e., excluding fee). The amount deducted from user's wallet will beamount + fee.
Requestβ
Responsesβ
- 200
Successful response