Skip to main content

Cancel All Option Orders By Underlying (TRADE)

API Description#

Cancel all active orders on specified underlying.

HTTP Request#

DELETE /eapi/v1/allOpenOrdersByUnderlying

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
underlyingSTRINGYESOption underlying, e.g BTCUSDT
recvWindowLONGNO
timestampLONGYES

Response Example#

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