get_orders
Retrieve order lists for an account using filters like status, symbol, date range, cursor, and limit. Get precise order data to support trading decisions.
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 | |||