Request Parameters

FieldDescriptionType
marketMarket ID (ex. KRW-BTC)String
toEnd timestamp of the last candle (exclusive).
Accepts ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss'Z' or yyyy-MM-dd HH:mm:ss.
Defaults to UTC, but a timezone offset can be specified (e.g. 2023-01-01T00:00:00+09:00 for KST).
If omitted, the latest available candle will be returned.
String
countCount of candles (LIMIT : 200)Integer

Response

FieldDesciptionType
marketMarket IDString
candle_date_time_utcTimestamp representing the start of the candle (in UTC)
Format: yyyy-MM-dd'T'HH:mm:ss
String
candle_date_time_kstTimestamp representing the start of the candle (in KST)
Format: yyyy-MM-dd'T'HH:mm:ss
String
opening_priceOpen priceDouble
high_priceHigh priceDouble
low_priceLow priceDouble
trade_priceClose priceDouble
timestampLast trade timestampLong
candle_acc_trade_priceCumulative trade priceDouble
candle_acc_trade_volumeCumulative trade volumeDouble
first_day_of_periodFirst day of the candle periodString
Language