Get a list of available fixed-term Smart 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 investment creation endpoint (POST /api/v4/main-account/smart/investment). Only plans returned by this endpoint can be used to create new investments — plans with inactive status or disabled API access 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}}"
Invest plan source currency's ticker. Example: BTC
"USDT"
Successful response
Invest plan identifier
"1"
Source currency ticker
"BTC"
Status (1 - active, 2 - no coins left, 3 - inactive, 4 - pause)
1
Interest percent
"0.01"
Investment duration (in minutes)
40320
Target currency ticker
"BTC"
Target currency to source currency ratio
"1"
Minimum investment amount
"100"
Maximum investment amount
"10000"
Maximum investment amount due to current invest plan state
"3000"