Skip to main content

Cancel All Orders

HTTP Request

  • DELETE /api/v3/order/all

Required Permission: SPOT_DEAL_WRITE

Rate limit: Shared with the place order endpoint, 12 requests/second

Request Parameters

NameTypeMandatoryDescription
recvWindowlongNO
timestamplongYES

Response Parameters

NameTypeDescription
msgstringdelete status

Response

{
"code": 200,
"msg": "success",
"timestamp": 1778744778528
}