get_orders
Retrieve a list of orders filtered by status, symbol, and limit to monitor open or closed positions. Use it to review trading activity.
Instructions
Get a list of orders with optional filters.
Args: status: Filter by status - 'open', 'closed', or 'all' limit: Maximum number of orders to return (default 50) symbol: Filter by stock symbol (optional)
Returns list of orders matching the criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | open | |
| symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||