fetch_all_orders
Retrieve all active pending orders (limit, stop, stop-limit) to review open orders, check order status, and avoid duplicate placements. Excludes filled or cancelled orders.
Instructions
List all active pending orders (limit, stop, stop-limit) waiting to be filled.
Use this to review open orders before placing new ones or to check if a
previously placed order is still active. Does not include filled or
cancelled orders - use fetch_historical_order_data for those.
Returns:
List of Order objects with id, ticker, type, status, quantity, limitPrice, stopPriceInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |