v4
latestOpenAPI 3.0.02026-08-04103181301.4 KBorders
Get Order 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.
get/portfolio/orders/{order_id}/queue_position
Path parameters
order_idstring required
Order ID
Response
Queue position retrieved successfully
Example response
{
"queue_position_fp": "10.00"
}