Cancels multiple orders using either UUIDs or identifiers.

Request Parameters

FieldDescriptionType
uuids[]*List of order UUIDs to cancel (Max.20)Array[String]
identifiers[]*List of order identifiers to cancel (Max.20)

* Either uuids or identifiersfield is required, and you cannot use both fields simultaneously.
Array[String]

❗️

This API only accepts the query parameter format. Please note that requesting with body is not supported.

Response

FieldDescriptionType
successInformation of orders successfully requested for cancelationObject
success.countThe number of orders successfully requested for cancelationNumber
success.ordersList of the orders successfully requested for cancelationArray[Object]
success.orders.uuidUUID of the successfully canceled orderString
success.orders.marketMarket ID of the successfully canceled orderString
success.orders.identifierUser custom value for query

*Provided only for orders created after October 18, 2024
String
failedInformation of orders failed to request for cancelationObject
failed.countThe number of orders failed to request for cancelationNumber
failed.ordersList of the orders failed to request for cancelationArray[Object]
failed.orders.uuidUUID of the order that failed to be canceledString
failed.orders.marketMarket ID of the order that failed to be canceledString
failed.orders.identifierUser custom value for query

*Provided only for orders created after October 18, 2024
String

❗️

Cancelation Failure

Cancelation requests could fail for some orders due to reasons such as the order already being completely filled or canceled before the request, or temporary market suspension (rebranding, etc).

Language