delete https://api.upbit.com/v1/orders/uuids
Cancels multiple orders using either UUIDs or identifiers.
Request Parameters
Field | Description | Type |
---|---|---|
uuids[]* | List of order UUIDs to cancel (Max.20) | Array[String] |
identifiers[]* | List of order identifiers to cancel (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
Field | Description | Type |
---|---|---|
success | Information of orders successfully requested for cancelation | Object |
success.count | The number of orders successfully requested for cancelation | Number |
success.orders | List of the orders successfully requested for cancelation | Array[Object] |
success.orders.uuid | UUID of the successfully canceled order | String |
success.orders.market | Market ID of the successfully canceled order | String |
success.orders.identifier | User custom value for query *Provided only for orders created after October 18, 2024 | String |
failed | Information of orders failed to request for cancelation | Object |
failed.count | The number of orders failed to request for cancelation | Number |
failed.orders | List of the orders failed to request for cancelation | Array[Object] |
failed.orders.uuid | UUID of the order that failed to be canceled | String |
failed.orders.market | Market ID of the order that failed to be canceled | String |
failed.orders.identifier | User 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).