Get Flex Investment History
Get Flex Investment History
Retrieve complete investment operations history with advanced filtering.
Available Action Types:
- 1: INVEST - Investment creation
- 2: REINVEST - Automatic reinvestment
- 3: WITHDRAW_FROM_INVESTMENT - Partial withdrawal
- 4: DAILY_EARNING - Daily earnings
- 5: CLOSE_INVESTMENT - Investment closure
- 6: OPEN_INVESTMENT - Investment opening
The API does not cache the response.
POST
Get Flex Investment History
These endpoints are available only for B2B partner services. Fill the form at https://whitebit.com/institutional-services/b2b to request access.
Authorizations
API key authentication using signed requests
Body
application/json
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Pagination limit.
Example:
50
Pagination offset.
Example:
0
Filter by plan ID (UUID).
Example:
"8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f"
Filter by investment ID.
Example:
"inv_7e2d9c3b-1a4b-4c2d-9e5f-6a7b8c9d0e1f"
Filter by transaction ID.
Example:
"tx_9f3e0d4c-2b5c-4d3e-8f6g-7a8b9c0d1e2f"
Filter from date (timestamp).
Example:
1640995200
Filter to date (timestamp).
Example:
1641081600
Array of operation type IDs. See table below.
Example:
[1, 2, 4]