cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/smart-flex/investments/withdraw \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "plan": "8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f", "amount": "500.250000", "request": "{{request}}", "nonce": "{{nonce}}" } '
{ "data": { "transactionId": "tx_9f3e0d4c-2b5c-4d3e-8f6g-7a8b9c0d1e2f" } }
Withdraw specified amount from user’s investment.
Note: Plan must be active and accessible to user.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Plan external ID (UUID).
Withdrawal amount.
Request signature
Unique request identifier
Withdrawal successful
Show child attributes
Was this page helpful?