Historical Executions
history_executionsRetrieve historical trade executions between specified dates. Returns execution details including order ID, symbol, side, quantity, price, and timestamp.
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 |
|---|---|---|---|
| symbol | No | Filter by symbol (optional) | |
| start_at | Yes | Start time (RFC3339) | |
| end_at | Yes | End time (RFC3339) |