Skip to main content
POST
Get Flex Plans
These endpoints are available only for B2B partner services. Fill the form at https://whitebit.com/institutional-services/b2b to request access.

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

Example:

"{{request}}"

nonce
string
required

Unique request identifier

Example:

"{{nonce}}"

limit
integer
default:100

Pagination limit.

Required range: x <= 100
Example:

50

offset
integer
default:0

Pagination offset.

Required range: x >= 0
Example:

0

ticker
string

Filter by currency ticker. Example: USDT

Example:

"USDT"

Response

Successful response

id
string

Flex plan identifier

Example:

"12"

ticker
string

Currency ticker

Example:

"USDT"

minInvestment
string

Minimum investment amount

Example:

"10.0"

maxInvestment
string

Maximum investment amount

Example:

"100000.0"

maxRate
string

Maximum interest rate

Example:

"0.0030"