Skip to main content
POST
/
api
/
v4
/
main-account
/
smart-flex
/
plans
Get Flex Plans
curl --request POST \
  --url https://whitebit.com/api/v4/main-account/smart-flex/plans \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "limit": 50,
  "offset": 0,
  "ticker": "USDT",
  "request": "{{request}}",
  "nonce": "{{nonce}}"
}
'
[
  {
    "id": "8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f",
    "ticker": "USDT",
    "minInvestment": "10.0",
    "maxInvestment": "100000.0",
    "maxRate": "0.15"
  },
  {
    "id": "7e1d8c2b-9a3b-3b1c-8d4e-5a6b7c8d9e0f",
    "ticker": "BTC",
    "minInvestment": "0.001",
    "maxInvestment": "10.0",
    "maxRate": "0.12"
  }
]
These endpoints are available only for B2B partner services, you need to fill the form https://whitebit.com/institutional-services/b2b in order to get permissions to use these endpoints.

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

nonce
string
required

Unique request identifier

limit
integer
default:100

Pagination limit.

Required range: x <= 100
offset
integer
default:0

Pagination offset.

Required range: x >= 0
ticker
string

Filter by currency ticker.

Response

Successful response

id
string
ticker
string
minInvestment
string
maxInvestment
string
maxRate
string