cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/smart/investment \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "planId": "8e667b4a-0b71-4988-8af5-9474dbfaeb51", "amount": "100", "request": "{{request}}", "nonce": "{{nonce}}" } '
201
Example
{ "id": "0d7b66ff-1909-4938-ab7a-d16d9a64dcd5" }
The endpoint creates a new investment to the specified invest plan.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Invest plan identifier
Investment amount
Request signature
Unique request identifier
Investment created successfully
Investment identifier
Was this page helpful?