Get a list of available Flex investment plans with available terms and interest rates via the V4 API.
id field in each returned plan object is the planId value required by the flex investment creation endpoint (POST /api/v4/main-account/smart-flex/investments/invest). Only plans returned by this endpoint can be used to create new investments — plans with inactive or paused status are excluded automatically.The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Pagination limit.
x <= 10050
Pagination offset.
x >= 00