Skip to main content

Cancel the current pending order

DELETE: /v1/spot/open-order

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringfalseTrading pair, if not filled in, represents all
bizTypeenumfalseSPOT, LEVER
sideenumfalseBUY,SELL
modeenumfalseCMD, ITERATOR

Limit Flow Rules

10/s/apikey

Note: The parameters should be placed in the request body in the form of json

Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {}
}