cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/smart/investment/close \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "id": "0d7b66ff-1909-4938-ab7a-d16d9a64dcd5", "request": "{{request}}", "nonce": "{{nonce}}" } '
{}
The endpoint closes active investment.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Investment identifier
Request signature
Unique request identifier
Investment closed successfully
The response is of type object.
object
Was this page helpful?