Get Order List
GET
https://api-futures.kucoin.com/api/v1/orders
domain:Futures
api-channel:Private
api-permission:General
api-rate-limit-pool:Futures
sdk-service:Futures
sdk-sub-service:Order
sdk-method-name:GetOrderList
api-rate-limit-weight:2
Description
For high-volume trading, it is highly recommended that you maintain your own list of open orders and use one of the streaming market data feeds to keep it updated. You should poll the open orders endpoint to obtain the current state of any open order.
This endpoint requires the General permission.
This endpoint support Futures URL
Futures weight:2
Request
Query Params
status
enum<string>
optional
Allowed values:
activedone
Example:
done
symbol
string
optional
side
enum<string>
optional
Allowed values:
buysell
type
enum<string>
optional
Allowed values:
limitmarketlimit_stopmarket_stopoco_limitoco_stop
startAt
integer <int64>
optional
endAt
integer <int64>
optional
currentPage
integer
optional
Default:
1
pageSize
integer
optional
<= 1000
Default:
50
Request samples
Responses
Modified at 30 days ago