Order Quantity Fields
In the response from Get Open Orders:quantity: The remaining quantity of the order yet to be filled.filledQuantity: The cumulative quantity that has already been filled.
quantity and filledQuantity equals the original order quantity.
Order Statuses
All open orders—regardless of status (
active, pending, cancelling, or modifying)—are counted towards the Maximum Open Orders Per Market limit.
These intermediate statuses allow for tracking orders that may be temporarily in transition.
Polling Order Status
To check the status of an order, use the following endpoints as appropriate:- Get Open Order By ID:
- Returns only currently open orders.
- Get Order By ID:
- Returns both open orders and recent order history (orders cancelled or filled within approximately one hour).
- Always specify the
marketparameter in your query. - Provide either
order-idorclient-request-id(never both).- Use
client-request-idto check the status of an order you submitted but for which you have not yet received a response. - Use
order-idwhen you have the order ID (e.g., for cancellations or confirmed creations).
- Use
- If the order is not found or is outside the recent-history window (~1 hour), the endpoint will return a
404 Not Foundresponse.