get_orders
Check today's order statuses. Filter by symbol or pending-only to monitor active trades.
Instructions
Get orders placed today with their state — "In negoziazione" (working), "Eseguito" (filled), "Revocato" (cancelled), and so on.
A symbol usually carries several order records with different states, so
read the status field before describing an order as open; set
pending_only=True for just the ones still working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| pending_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||