Get order queue status
GET/api/v1/orders/:orderId/status
Poll the processing status of an order that was accepted into the async queue (202 response from POST /orders). Accepts JWT, connected app device token (dt_*), or API key. Connected app tokens require the trading:read scope.
Request
Responses
- 200
- 401
- 404
- 500
Current queue status for the order
Authentication required
Order not found or does not belong to the authenticated user
Server error