read_live_portfolio
Read the current portfolio holdings and positions of a live algorithm. Provide the project ID to retrieve the portfolio state, which refreshes approximately every 10 minutes.
Instructions
Read out the portfolio state 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 |
|---|---|---|---|
| portfolio | No | ||
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |