---
title: "Withdraw from Flex Investment"
method: POST
path: "/api/v4/main-account/smart-flex/investments/withdraw"
tags: ["Crypto Lending - Flex"]
---

# Withdraw from Flex Investment

`POST /api/v4/main-account/smart-flex/investments/withdraw`

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>

## Request body

- object
  - `plan` string, required — Plan external ID (UUID).
  - `amount` string, required — Withdrawal amount.
  - `request` string, required — Request signature
  - `nonce` integer, required — Unique request identifier

## Response `201`

Withdrawal successful

- object
  - `data` object
    - `transaction_id` string — Transaction ID for the withdrawal

## Other responses

- `400` — Request validation failed
- `422` — Inner validation failed

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/versions/76c9def9942f/schema)
