get https://{region}-api.upbit.com/v1/ticker
Retrieves the current price for the specified pair. Returns the ticker snapshot of the pair at the time of the 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
- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
Price Change Indicators
The fields change
, change_price
, change_rate
, signed_change_price
, and signed_change_rate
returned when retrieving the current price of a pair provide indicators related to price changes. These change indicators are calculated based on the previous day’s closing price.
Rate Limit
Up to 10 calls per second are allowed. This is measured on an IP basis and request counts are shared within the exchange 'ticker' group.