get_orders
Retrieve trading orders for an account, filtered by status, symbol, and date range, with cursor-based pagination.
Instructions
List orders using the spec's status, symbol, from, to, cursor and limit filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | Yes | ||
| symbol | No | ||
| to_date | No | ||
| from_date | No | ||
| account_seq | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||