list_orders
List all pending equity orders that are not yet filled, cancelled, or expired, including details like ticker, side, quantity, and price.
Instructions
List all pending (not yet filled/cancelled/expired) equity orders.
Returns a list of order objects with: id, ticker (e.g. 'AAPL_US_EQ'),
type (LIMIT|STOP|MARKET|STOP_LIMIT), side (BUY|SELL), status,
quantity, filledQuantity, limitPrice/stopPrice (when applicable),
timeInForce (DAY|GOOD_TILL_CANCEL), currency, extendedHours,
createdAt. The API returns every pending order; limit truncates
the list locally. Rate limit: 1 request per 5 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of orders to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |