List Orders
list_ordersRetrieve copy-trade orders with optional status filter, date range, and pagination to track trading activity.
Instructions
Retrieve a list of copy-trade orders with optional status filter, pagination, and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return. | |
| since | No | ISO 8601 timestamp — only return records after this time. | |
| until | No | ISO 8601 timestamp — only return records before this time. | |
| cursor | No | Pagination cursor from a previous response. | |
| status | No | Filter by order status: 'pending', 'filled', 'failed', or 'cancelled'. |