API документація
get
/api/v1/Investment/strategiesReturns listed strategies (name, fees, investment model). Performance metrics are omitted — call account-performance after the list has rendered.
Investment
Параметри
version
path · string
Обов'язковий
Відповіді
- 200Strategy list. Net profit percent, profit factor, and max drawdown are null until performance is loaded.application/json
[ { "accountId": 2318, "name": "USD Strategy", "currency": "USD", "manager": "Jane Manager", "description": "Balanced growth", "minInvestment": 100, "maxInvestment": 10000, "riskLabel": 1, "roi": null, "profitFactor": null, "maxDrawdown": null, "investmentModel": "PAMM", "displayName": "Growth USD", "approvalStatus": "Approved" } ] - 401The caller is not signed in.