get_orders
Retrieves account orders with optional time range and state filters to access order history.
Instructions
Get orders for a specific account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountNumber | Yes | Account number to get orders for | |
| startTime | No | Start time for order history (ISO format) | |
| endTime | No | End time for order history (ISO format) | |
| stateFilter | No | Filter orders by state (All, Open, Closed) |