Get Order Queue Position
GET/portfolio/orders/:order_id/queue_position
Endpoint for getting an order's queue position in the order book. This represents the amount of orders that need to be matched before this order receives a partial or full match. Queue position is determined using a price-time priority.
Request
Responses
- 200
- 401
- 404
- 500
Queue position retrieved successfully
Unauthorized - authentication required
Resource not found
Internal server error