Get closed-trade history
etoro_get_trade_historyRetrieve closed trade history with entry/exit details, P&L, fees, and duration. Supports pagination for performance analysis, win-rate, and drawdown research.
Instructions
Fetch the history of closed trades (entry/exit, P&L, fees, duration). Supports pagination. Primary data source for performance analysis, win-rate, and drawdown research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| minDate | Yes | Start date (YYYY-MM-DD). Required by the API. | |
| pageSize | No | Results per page (default 100) |