Request Parameters

NameDescriptionType
uuids[]*List of order uuids (Max. 20)Array[String]
identifiers[]*List of order identifiers (Max. 20)

*Either uuids or identifiers field 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

필드설명타입
successinformation of orders successfully requested for cancellationObject
success.countThe number of orders successfully requested for cancellationNumber
success.ordersList of the orders successfully requested for cancellationArray[Object]
success.orders.uuidUUID of the orderString
success.orders.identifierUser custom value for query

*Provided only for orders created after October 18, 2024
success.orders.marketMarket pair of the orderString
failedinformation of orders failed to request for cancellationObject
failed.countThe number of orders failed to request for cancellationNumber
failed.ordersList of the orders failed to request for cancellationArray[Object]
failed.orders.uuidUUID of the orderString
failed.orders.identifierUser custom value for query

*Provided only for orders created after October 18, 2024
String
failed.orders.marketMarket pair of the orderString

❗️

Cancellation Failure

Cancellation 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