Retrieve the history of fixed-term Smart investment operations via the WhiteBIT V4 API.
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}}"
Investment identifier
"0d7b66ff-1909-4938-ab7a-d16d9a64dcd5"
Invest plan source currency's ticker
"USDT"
Investment status (1 - active, 2 - closed)
1, 2 1
LIMIT is a special clause used to limit records a particular query can return.
1 <= x <= 100100
Use the OFFSET clause to return entries starting from a particular line.
0 <= x <= 100000