List Trading Pairs

Retrieves the list of all trading pairs supported by Upbit.

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

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.
The order_types field is planned to be deprecated. After deprecation, this field will be removed from responses. If you are currently using this field, please switch to the alternative fields ask_types and bid_types.

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.
Language
URL