read_live_orders
Retrieve live trading order snapshots from QuantConnect algorithms to monitor execution status and performance, with updates approximately every 10 minutes.
Instructions
Read out the orders of a live algorithm.
The snapshot updates about every 10 minutes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| length | No | Total number of returned orders | |
| orders | No | Collection of orders. | |
| success | No | Indicate if the API request was successful. |