Cancel Orders by IDs

Cancel specified orders by providing a list of UUIDs or Identifiers. You can cancel up to 20 orders in a single request.

Check the proper endpoint based on your region.
The examples in this page is written using Singapore fiat code(SGD). Set the quote currency to match your region. The base_url differs by country/region. Make sure to specify the correct region value for your environment.

- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
Cases Where Order Cancellation Requests May Be Rejected
Order cancellation requests may be rejected due to the following reasons:
  • Orders that have already been fully executed and cannot be canceled
  • Orders that have already been canceled
  • Orders belonging to pairs for which service has been temporarily suspended due to reasons such as rebranding
  • This API supports only query parameter format.
    All request parameters must be sent as query parameters. Form data or JSON format in the request body is not supported.

    Example: /v1/orders/uuids?uuids[]=1234567890&uuids[]=1234567891
    When canceling orders, you must include either uuid[] or identifier[].
    Both parameters are optional individually, but at least one must be included to specify the orders to cancel. You cannot use both parameters simultaneously.

    Version Date Changes
    v1.1.9 2024-12-11 Addition of Order List Cancel
    Rate Limit
    Up to 30 calls per second are allowed. This is measured on an account basis and request counts are shared within the exchange 'default' group.

    API Key Permission
    This API requires authentication and an API Key with the [Make Orders] permission.
    If you encounter an out_of_scope error, please verify the permission settings in the API Key Management page.
    Language
    URL