Request Parameters

Field NameDescriptionType
marketMarket code (ex. KRW-BTC)String
toTimestamp of last candle (exclusive).
In ISO8061 (yyyy-MM-dd'T'HH:mm:ss'Z' or yyyy-MM-dd HH:mm:ss). By default, the time is based on UTC, but it is possible to request it in KST time, such as 2023-01-01T00:00:00+09:00.
If left blank, the most recent candle will be requested.
String
countNumber of candles to request (up to a maximum of 200)Integer

Response

Field NameDescriptionType
marketMarket IDString
candle_date_time_utcCandle time (UTC)
Format: yyyy-MM-dd'T'HH:mm:ss
String
candle_date_time_kstCandle time (KST)
Format: yyyy-MM-dd'T'HH:mm:ss
String
opening_priceOpen PriceDouble
high_priceHigh PriceDouble
low_priceLow PriceDouble
trade_priceClose PriceDouble
timestampLast trade timestamp for the candleLong
candle_acc_trade_priceAccumulated trade price for the candleDouble
candle_acc_trade_volumeAccumulated trade volume for the candleDouble
first_day_of_periodFirst date of the candlesString
Language