Get order details
GET/api/v1/orders/:orderId
Retrieve a single order including its executions, linked trade, linked signal, and account details. Accepts JWT, connected app device token (dt_*), or API key. Connected app tokens require the trading:read scope.
Request
Responses
- 200
- 401
- 404
- 500
Order details
Authentication required
Order not found or does not belong to the authenticated user
Server error