Margin
Margin Account Cancel Order (TRADE)
Cancel an active order for margin account.
Either orderId or origClientOrderId must be sent.
Weight(IP): 10
delete/sapi/v1/margin/order
Query parameters
symbolstring required
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
isIsolated'TRUE' | 'FALSE'
- TRUE - For isolated margin
- FALSE - Default, not for isolated margin
orderIdinteger
Order id
origClientOrderIdstring
Order id from client
newClientOrderIdstring
Used to uniquely identify this cancel. Automatically generated by default
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
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"
}