Skip to main content

Cancel all Option orders on specific symbol (TRADE)

API Description#

Cancel all active order on a symbol.

HTTP Request#

DELETE /eapi/v1/allOpenOrders

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYESOption trading pair, e.g BTC-200730-9000-C
recvWindowLONGNO
timestampLONGYES

Response Example#

{  "code": 0,  "msg": "success"}