Margin Account Cancel Order (TRADE)
Cancel an active order for margin account.
Either orderId or origClientOrderId must be sent.
Weight(IP): 10
Query parameters
Trading symbol, e.g. BNBUSDT
- TRUE - For isolated margin
- FALSE - Default, not for isolated margin
Order id
Order id from client
Used to uniquely identify this cancel. Automatically generated by default
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Cancelled margin order details
Example response
{
"symbol": "LTCBTC",
"orderId": 28,
"origClientOrderId": "msXkySR3u5uYwpvRMFsi3u",
"clientOrderId": "6gCrw2kRUAF9CvJDGP16IP",
"price": "1.00000000",
"origQty": "10.00000000",
"executedQty": "8.00000000",
"cummulativeQuoteQty": "8.00000000",
"status": "CANCELED",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "SELL"
}Changes
Changed in 1 of the 26 revisions of this API.316
- ▲
for the
queryrequest parameterorderId, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
clientOrderIdbecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
cummulativeQuoteQtybecame required for the status200response-property-became-required
- ○
the response property
executedQtybecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
orderIdbecame required for the status200response-property-became-required
- ○
the response property
origClientOrderIdbecame required for the status200response-property-became-required
- ○
the response property
origQtybecame required for the status200response-property-became-required
- ○
the response property
pricebecame required for the status200response-property-became-required
- ○
the response property
sidebecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
symbolbecame required for the status200response-property-became-required
- ○
the response property
timeInForcebecame required for the status200response-property-became-required
- ○
the response property
typebecame required for the status200response-property-became-required
- ▲