Get Open Orders (real-time)
Get unfilled orders or partially filled orders
Query Parameters
- category string required
Possible values: [
linear
,inverse
,option
,spot
]Product type
- symbol string
Symbol name
- baseCoin string
Base coin
- settleCoin string
Settle coin. Spot is not available
- orderId string
- orderLinkId string
User customised order id
- orderFilter string
Possible values: [
Order
,StopOrder
,tpslOrder
]Order filter. Default:all kinds of orders
- openOnly integer
Possible values: [
0
,1
,2
]Whether to only query active orders, if openOnly = 0, only get active orders. If it is 1, return only the order data of the final status (cancelled/rejected/completely filled, etc.) in the last 10 minutes
- limit integer
Default value:
20
1-50. max 50
- cursor string
cursor, used for pagination
Header Parameters
- apiKey string
A UTA sub account API key is provided by default
- secret string
A UTA sub account API key is provided by default
Responses
- 200
successful operation
Loading...