v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Crypto Lending - Flex

Withdraw from Flex Investment

Withdraw specified amount from user's investment.

Note: Plan must be active and accessible to user.

<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>
post/api/v4/main-account/smart-flex/investments/withdraw

Request body

planstring required

Plan external ID (UUID).

amountstring required

Withdrawal amount.

requeststring required

Request signature

nonceinteger required

Unique request identifier

Example request

{
  "plan": "8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f",
  "amount": "500.250000",
  "request": "{{request}}",
  "nonce": 1594297865000
}

Response

Withdrawal successful