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

# Get Flex Plans

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

The endpoint returns flex investment plan configurations with active status, filtered by the authenticated user's region and plan visibility. Results include public plans and private plans assigned to the account.

Available after September 22, 2025.

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

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

## Request body

- object
  - `limit` integer — Pagination limit.
  - `offset` integer — Pagination offset.
  - `ticker` string — Filter by currency [ticker](/glossary#ticker). Example: USDT
  - `request` string, required — Request signature
  - `nonce` integer, required — Unique request identifier

## Response `200`

Successful response

- FlexPlan[]
  - `id` string — Flex plan identifier
  - `ticker` string — Currency [ticker](/glossary#ticker)
  - `minInvestment` string — Minimum investment amount
  - `maxInvestment` string — Maximum investment amount
  - `maxRate` string — Maximum interest rate

## 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/versions/76c9def9942f/schema)
