API Dokumentation
get
/api/v1/Investment/manager/strategiesReturns strategies the signed-in user manages (public or private). Listed catalogue strategies the caller does not own are not included. Performance metrics are omitted — call account-performance after the list has rendered.
Investment
Parameter
version
path · string
Erforderlich
Antworten
- 200Managed strategies. Net profit percent is null until performance is loaded.application/json
[ { "strategyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "accountId": 3544, "name": "260223", "currency": "USD", "manager": "Alex Manager", "description": "Balanced growth", "displayName": "Growth USD", "minInvestment": 100, "maxInvestment": 1000000, "riskLabel": 2, "investmentModel": "PAMM", "approvalStatus": "Approved", "isPublic": true, "userGroupName": "Pro USD Trading", "maxInvestmentAccountsPerUser": 0, "roi": null } ] - 401The caller is not signed in.