Get Stop Order List
GET
https://api-futures.kucoin.com/api/v1/stopOrders
domain:Futures
api-channel:Private
api-permission:General
api-rate-limit-pool:Futures
sdk-service:Futures
sdk-sub-service:Order
sdk-method-name:GetStopOrderList
api-rate-limit-weight:6
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.
Request
Query Params
symbol
string
optional
Example:
XBTUSDTM
side
enum<string>
optional
Allowed values:
buysell
type
enum<string>
optional
Allowed values:
limitmarket
startAt
integer <int64>
optional
endAt
integer <int64>
optional
currentPage
integer
optional
pageSize
integer
optional
<= 1000
Default:
50
Request samples
Responses
Modified at 30 days ago