Create withdraw request with specific withdraw amount (fee not included)
Main Balance
Create withdraw request with the specific withdraw amount (fee is not included)
This endpoint has the similar logic as /main-account/withdraw, but with the only difference: amount that is specified will not include fee (it will be calculated to make target withdraw amount equal to the specified amount).
Example:
- When you create base withdraw and set amount = 100 USD, receiver will receive 100 USD - fee amount, and your balance will decrease by 100 USD.
- When you use this endpoint and set amount = 100 USD, receiver will receive 100 USD, and your balance will decrease by 100 USD + fee amount.
POST
Create withdraw request with specific withdraw amount (fee not included)
Example:Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- When you create base withdraw and set amount = 100 USD, receiver will recieve 100 USD - fee amount, and your balance will decrease by 100 USD.
- When you use this endpoint and set amount = 100 USD, receiver will recieve 100 USD, and your balance will decrease by 100 USD + fee amount.
Authorizations
API key authentication using signed requests
Body
application/json
Response
Validation succeeded and withdraw creation process is started. Go to deposit/withdraw history and check your request status by uniqueId.