get_order
Retrieve a pending equity order by its system ID to view details like ticker, type, side, status, and quantity.
Instructions
Fetch one pending equity order by its id.
Returns the order's id, ticker, type (LIMIT|STOP|MARKET|STOP_LIMIT), side (BUY|SELL), status, quantity, filledQuantity, limitPrice / stopPrice (when applicable), timeInForce, currency, extendedHours and createdAt. Responds HTTP 404 if no pending order has that id. Rate limit: 1 request per 1 second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | System order id, as returned when placing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||