List Day Candles

Retrieves the list of candles per day.

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
Candles are created only when trades occur within the given time interval.
If no trades occur between the start and end time of a candle, it will not be created and therefore will not appear in the API response. For example, a Day candle with candle_date_time = 2024-08-31T00:00:00 will not be created if no trades occur between 2024-08-31T00:00:00 (inclusive) and 2024-09-01T00:00:00 (exclusive).
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 'candle' group.
Query Params
string
required

Trading pair code to query.

string

End time of the query range.
Retrieves candles before the specified time. If not specified, the most recent candles are returned.

Accepts ISO 8601 datetime format.

integer
Defaults to 1

Number of candles to retrieve.

Up to 200 candles are supported. Default: 1.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json