Cancel Pending Order
Cancels a pending order that has not yet been executed or filled.
Cancel Order applies only to pending orders — it does not close currently open positions. For active positions in One-Way Mode, use the reduceOnly: true flag when placing a new order via Place Order to safely close or reduce your position instead. (See: Essential Concepts You must know for more details.)
This endpoint allows users to cancel an existing pending order that is still in the order book and has not been executed.
You must provide both the symbol and orderId in the request body to identify which order to cancel.
If the order has already been filled or partially filled, only the remaining unfilled portion (if any) will be canceled.
Authentication with a valid API key and trade permission scope is required.
For third party retail API users
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$OK
Bad Request
Unauthorized
Last updated