order_status
Retrieve the status of a placed order by order ID to confirm fill state, filled quantity, and average price, solving the lag in position data after trading.
Instructions
Status of a placed order by its order_id: state, filled quantity, average price.
Use this after buy/sell to confirm whether the order actually filled —
positions is eventually-consistent and lags right after a trade.
Units: filled_quantity is ALWAYS in SHARES, filled_cash is the US$ spent (set only on
a cash_amount order). If quantity_is_estimate is true the share count was derived from
a partial cash fill — do NOT size an exit from it; read positions for the exact size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes |