API 文档
get
/api/v1/Investment/manager/strategies/{imAccountId}/positionsReturns open positions for a strategy the caller manages and its linked investor accounts. Positions are labelled by user and account. This is a view-only list.
Investment
参数
imAccountId
path · integer
必需的
version
path · string
必需的
响应
- 200Open positions for the strategy and linked accounts.application/json
[ { "symbol": "EURUSD", "qty": 10000, "avgPrice": 1.085, "price": 1.0872, "uPnL": 220, "accountId": 3601, "accountName": "INV-3601", "userName": "jordan.client", "fullName": "Jordan Client", "role": "Investor" } ] - 401The caller is not signed in.
- 404The strategy was not found or is not managed by the caller.application/json
{}