Get investment history
pionex_earn_dual_invest_recordsGet paginated Dual Investment records for authenticated users. Filter by base, quote, currency, status, and time range to track investment history.
Instructions
Get investment history
Returns paginated Dual Investment history for the authenticated user. Requires View permission. Weight: 1.
Example request:
GET /api/v1/earn/dual/records?base=BTC"e=USDXO&limit=10&endTime=1775027817297×tamp=1775027817297Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base currency (e.g. `BTC`) | |
| limit | No | Maximum number of records to return per page | |
| quote | No | Quote currency filter (e.g. `USDT`) | |
| filter | No | Status filter | |
| endTime | Yes | End timestamp in milliseconds | |
| currency | No | Investment currency filter (e.g. `USDT`, `BTC`) | |
| startTime | No | Start timestamp in milliseconds |