List Open Orders

Retrieves the list of open orders that are currently pending execution.

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

You can retrieve the list of pending orders for the account. Optionally, you may specify filter parameters such as the trading pair and order status (pending execution or reserved order) to query the pending orders that meet these criteria.

The state and states[] parameters cannot be used simultaneously.
Please use only one of these parameters appropriately according to your filtering criteria when filtering by order status.

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
v1.1.4 2024-06-19 Addition of List Open Orders
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 the API Key must have [View Orders] permission.
If an out_of_scope permission error occurs, please check and configure the permissions in the API Key Management page.
Language
URL