Order Quantity Fields
In theopenOrders
objects, quantity
represents the remaining quantity and filledQuantity
represents the cumulative filled quantity.
The two values will add up to the original order quantity.
Order Statuses
This endpoint returns not onlyactive
orders but also orders with three intermediate statuses pending
, cancelling
, and modifying
.
All statuses are included in the response, allowing you to track orders that got stuck in these intermediate states. Note that only active
orders make up your private order book for order matching.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Example value: ETH-USD
. To get all supported markets, call /api/v1/markets endpoint. Omit this parameter to get results across all markets.
This is an optional parameter to support pagination. Get the value from the last
field if present in the previous response.