read_live_orders
Retrieve orders from a live algorithm. Fetches a range of orders by start and end indices (max 1,000) for a specified project. Snapshot updates every 10 minutes.
Instructions
Read out the orders of a live algorithm.
The snapshot updates about every 10 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | No | Collection of orders. | |
| length | No | Total number of returned orders | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |