delete https://{region}-api.upbit.com/v1/order
Cancel an order by UUID or Identifier.
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
- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
Either `uuid` or `identifier` must be included when canceling an order.
Both parameters are optional, but to specify the order to be canceled, at least one of these parameters must be included. If both `uuid` and `identifier` are provided, the cancellation will be based on the `uuid`.
Version | Date | Changes |
---|---|---|
v1.2.1 | 2025-07-02 |
Addition of Self-Match Prevention (SMP) feature
|
v1.1.9 | 2024-12-04 |
Addition of identifier field
|
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 must be used.
If you encounter an out_of_scope error, please check and adjust your permissions in the API Key Management page.
If you encounter an out_of_scope error, please check and adjust your permissions in the API Key Management page.