This endpoint retrieves active orders (orders not yet executed).
Search across all markets is available only if clientOrderId and orderId are not provided.
Errors
{
"code": 31,
"message": "Validation failed",
"errors": {
"market": ["Market is not available"]
}
}
{
"code": 30,
"message": "Validation failed",
"errors": {
"limit": ["The limit may not be greater than 100."],
"offset": ["The offset may not be greater than 10000."]
}
}
API Key authentication for private endpoints.
Required headers:
Available orderId. Example: 3134995325
Available clientOrderId. Example: customId11
If you want the request to return entries starting from a particular line, you can use OFFSET clause to tell it where it should start. Default: 0, Min: 0
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100
x <= 100List of active orders
Order ID
Custom client order ID; empty string if not specified
Deal market
Order side
Order type
Timestamp of order creation
If order finished - amount in money currency that is finished
If order finished - amount in stock currency that is finished
Amount
If order not finished - rest of the amount that must be finished
Fee in money that you pay if order is finished
Price
PostOnly flag
IOC flag
Order status
Self trade prevention mode
Position side (for collateral orders)
RPI order flag - indicates whether Retail Price Improvement was enabled for this order
true