Create Flex Investment
Create Flex Investment
Create a new Flex investment with flexible withdrawal terms via the WhiteBIT V4 API.
POST
Create Flex Investment
Authorizations
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)).
Body
application/json
Plan external ID (UUID).
Example:
"8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f"
Investment amount.
Example:
"1000.500000"
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Enable auto-reinvestment.
Example:
true
Response
Investment created successfully