cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/smart-flex/investments/auto-invest \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "plan": "8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f", "enabled": true, "request": "{{request}}", "nonce": "{{nonce}}" } '
{ "data": [] }
Enable/disable automatic reinvestment for user’s investment.
Rate limit: 1000 requests/10 sec.
Response is cached for: NONE
API key authentication using signed requests
Plan external ID (UUID).
Request signature
Unique request identifier
Enable or disable auto-reinvestment.
Auto-reinvestment updated successfully