Order Detail
order_detailRetrieve detailed order information by order ID, including status, executions, and trade details.
Instructions
Get detailed information about a specific order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID (from today's orders or order history) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | No | ||
| tag | No | ||
| side | No | ||
| order | No | ||
| price | No | ||
| status | No | ||
| symbol | No | ||
| currency | No | ||
| order_id | No | ||
| quantity | No | ||
| last_done | No | ||
| order_type | No | ||
| stock_name | No | ||
| trigger_at | No | ||
| updated_at | No | ||
| expire_date | No | ||
| outside_rth | No | ||
| limit_offset | No | ||
| submitted_at | No | ||
| time_in_force | No | ||
| trigger_price | No | ||
| executed_price | No | ||
| trigger_status | No | ||
| trailing_amount | No | ||
| trailing_percent | No | ||
| executed_quantity | No | ||
| current_millisecond | No |