Skip to main content

Cancel the current pending order

Type DELETE

Description: /v4/open-order


Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringNoN/ATrading pair, if not filled in, represents all
bizTypestringYesN/ABusiness typeSPOT, LEVER
sidestringNoN/AOrder sideBUY, SELL

Limit Flow Rules

  • 10/s/apikey
  • Note: The parameters should be placed in the request body in the form of JSON.

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {}
}