Cancel Pending Order

Cancels a pending order that has not yet been executed or filled.

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.

Cancel Order

delete
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Body
symbolstringRequired

Trading symbol

Example: BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$
orderIdstring · uuidRequired
Responses
200

OK

application/json
Responseobject
delete
/api/v1/trade/order

Last updated