Skip to main content

Cancel the Current Pending Order

Type: DELETE

Description: /spot/v4/open-order

Limit Flow Rules

10/s/apikey

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

Parameters

NameTypeMandatoryDefaultDescription
symbolstringYesTrading pair, if not filled in, represents all
bizTypestringYesSPOT, LEVER
sidestringYesBUY, SELL

Response Example

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