The 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
3134995325
Available clientOrderId. Example: customId11
"customId11"
Starting line index (OFFSET). Default: 0, Min: 0
0
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100
x <= 10050
"{{request}}"
"{{nonce}}"
List of active orders
Order ID
4180284841
Custom client order ID; empty string if not specified
"order1987111"
Deal market
"BTC_USDT"
Order side
"buy"
Order type
"limit"
Timestamp of order creation
1595792396.165973
If order finished - amount in money currency that is finished
"0"
If order finished - amount in stock currency that is finished
"0"
Amount
"0.01"
If order not finished - rest of the amount that must be finished
"0.001"
Fee in money currency when order is filled
"0"
Price
"40000"
PostOnly flag
false
IOC flag
false
Order status
"FILLED"
Self trade prevention mode
"no"
Position side (for collateral orders)
"LONG"
Indicates Retail Price Improvement (RPI) mode for the order.
true