Query In-Flight Order Counts
Response Example
{
"success": true,
"code": 0,
"data": {
"sumCount": 1,
"limitOrderCount": 1,
"stopOrderCount": 0,
"planOrderCount": 0,
"trackOrderCount": 0
}
}
- POST
/api/v1/private/order/open_order_total_count
Required Permission: View Order Details
Request Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| orderId | long | true | Order ID |
| price | decimal | true | Price |
| vol | decimal | true | Quantity |
Response Parameters:
On success, success = true, data is the order id; on failure, success = false, data = null