get https://{region}-api.upbit.com/v1/orders/chance
Retrieves the order availability information for the specified pair.
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
The order availability information for a market includes the following key fields.
Key Items | Related Response Fields |
---|---|
Applicable Fee Rates | bid_fee ,ask_fee ,maker_bid_fee ,maker_ask_fee |
Supported Order Sides and Types | market.order_sides ,market.bid_types market.ask_types |
Base Asset, Quote Asset and Minimum/Maximum Order Amount |
market.bid ,market.ask ,market.max_total |
Available Balances of Base Asset and Quote Asset |
bid_account ,ask_account |
market.order_types
is deprecated.
ask_types
and bid_types
.
Version | Date | Changes |
---|---|---|
v1.1.1 | 2024-04-22 |
Addition of ord_type: best, Addition of time_in_force parameter(All Markets) |
v1.1.1 | 2024-04-04 |
Addition of ord_type: best, Addition of time_in_force parameter(BTC Market Upbit Indonesia and Thailand) |
v1.1.1 | 2024-02-26 |
Addition of ord_type: best, Addition of time_in_force parameter(THB, IDR Market Upbit Indonesia and Thailand) |
v1.1.1 | 2023-10-27 |
Addition of ord_type: best, Addition of time_in_force parameter(Upbit Singapore only) |
v1.0.6 | 2022-10-14 |
Deprecation of market.order_types, Addition of ask_types and bid_types fields
|
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 must use an API Key with the [View Orders] permission enabled.
If you encounter an out_of_scope permission error, please verify your API Key permissions via the API Key Management page.
If you encounter an out_of_scope permission error, please verify your API Key permissions via the API Key Management page.