Historical Executions
history_executionsRetrieve trade execution history between specified dates. Filter by symbol to view past order details including price, quantity, and time.
Instructions
Get historical trade executions between dates. Returns executions[]{order_id, symbol, side, quantity, price, trade_done_at}. start_at/end_at in RFC3339.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_at | Yes | End time (RFC3339) | |
| symbol | No | Filter by symbol (optional) | |
| start_at | Yes | Start time (RFC3339) |