Get Order Status
get_order_statusFetch the latest status for a specific order ID to monitor its execution state.
Instructions
Get the latest status for a single order id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Order lifecycle status. | |
| orderId | Yes | Broker order identifier. | |
| warnings | No | Any broker or system warnings tied to this order. | |
| lastUpdate | Yes | Timestamp of last status update, ISO 8601. | |
| avgFillPrice | Yes | Average fill price across fills. | |
| clientOrderId | No | Client-provided id, if any. | |
| filledQuantity | Yes | Total filled quantity. | |
| remainingQuantity | Yes | Remaining open quantity. |