Get open trades for symbol
GET/api/v1/orders/open-trades
Returns open and partially-closed trades for a given account and symbol. Used to populate the trade assignment dropdown when placing an order. Accepts JWT, connected app device token (dt_*), or API key. Connected app tokens require the trading:read scope.
Request
Responses
- 200
- 400
- 401
- 404
- 500
List of open trades for the symbol
accountId or symbol query parameter is missing
Authentication required
Account not found or does not belong to the authenticated user
Server error