API dokumentation
get
/api/v1/Investment/manager/strategies/{imAccountId}/ordersReturns working orders for a strategy the caller manages and its linked investor accounts. Orders are labelled by user and account. This is a view-only list.
Investment
Parametrar
imAccountId
path · integer
Nödvändig
version
path · string
Nödvändig
Svar
- 200Working orders for the strategy and linked accounts.application/json
[ { "orderId": 88211, "symbol": "EURUSD", "side": "Buy", "orderType": "Limit", "status": "New", "quantity": 5000, "price": 1.08725, "stopPrice": 0, "priceFormat": "F5", "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
{}