get_order
Look up an order's status and details by order ID or reference ID. Returns status, position executions, prices, fees, and timestamps.
Instructions
Look up an order's status by order_id or reference_id (exactly one).
Status ids: 1 Received, 2 Placed, 3 Filled, 4 Rejected, 5 PartiallyFilled, 6 PendingCancel, 7 Canceled, 8 Expired, 9 CanceledPartiallyFilled, 10 RejectedPartiallyFilled. A filled order lists its positions under positionExecutions (positionId, state, remaining units, execution price and fees). Rates are absolute instrument prices; timestamps ISO 8601. Rate limit: shares a 60 requests/60s pool with get_close_order_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | No | Numeric order id returned by create_order. | |
| reference_id | No | The referenceId (UUID) returned by create_order — the x-request-id the order was submitted with. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||