---
title: "Get User Flex Investments"
method: POST
path: "/api/v4/main-account/smart-flex/investments"
tags: ["Crypto Lending - Flex"]
---

# Get User Flex Investments

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

Retrieve user's investment portfolio with optional filtering.

<Warning>
Rate limit: 1000 requests/10 sec.
</Warning>

<Note>
The API does not cache the response.
</Note>

## Request body

- object
  - `limit` integer — Pagination limit. Default: 100.
  - `offset` integer — Pagination offset. Default: 0.
  - `ticker` string — Filter by currency [ticker](/glossary#ticker). Example: USDT.
  - `plan` string — Filter by plan ID (UUID).
  - `investment` string — Filter by investment ID.
  - `investmentStatus` 0 | 1 — Filter by status (1=ACTIVE, 0=CLOSED).
  - `request` string, required — Request signature
  - `nonce` integer, required — Unique request identifier

## Response `200`

Successful response

- object
  - `data` FlexInvestment[]
    - `id` string — Flex investment identifier
    - `planId` string — Flex plan identifier
    - `currency` string — Investment currency
    - `invested` string — Invested amount
    - `withAutoReinvest` boolean — Auto-reinvestment enabled
    - `status` integer — Investment status (1=ACTIVE, 0=CLOSED)
    - `createdAt` integer — Investment creation timestamp
    - `updatedAt` integer — Investment last update timestamp
  - `limit` integer
  - `offset` integer

## Other responses

- `400` — Request 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/revisions/76c9def9942f/schema)
