Today's Orders
today_ordersRetrieve all orders placed today, with optional filtering by symbol and US-specific pagination and side filters. Get order details like symbol, side, status, quantity, price, and execution info.
Instructions
Get orders placed today. Returns orders[]{order_id, symbol, side, order_type, status, quantity, price, submitted_at, executed_quantity, executed_price}. Pass symbol to filter. US accounts only: us_action (Buy/Sell), us_page, us_limit filter/paginate via a separate US order endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter by symbol, e.g. "700.HK". Omit to return all today's orders. | |
| us_page | No | US accounts only: page number (default 1). | |
| us_limit | No | US accounts only: page size (default 20). | |
| us_action | No | US accounts only: filter by side, "Buy" or "Sell". Omit for all. |