Request Parameters

Field NameDescriptionType
market *Market ID (ex. KRW-BTC)String
toLast trade time. Format: [HHmmss 또는 HH:mm:ss]. If left empty, the most recent data will be requested.String
countTrade amtInteger
cursorPagenation cursor (sequential_id)String
daysAgo최근 체결 날짜 기준 7일 이내의 이전 데이터 조회 가능. 비워서 요청 시 가장 최근 체결 날짜 반환. (범위: 1 ~ 7)) Request data within the 7 days prior to the most recent trade date. If left empty, the most recent data will be requested. (Range: 1 ~ 7)Integer

Response

Field NameDescriptionType
marketMarket IDString
trade_date_utcTrade Date (UTC)
Format: yyyy-MM-dd
String
trade_time_utcTrade Date (UTC)
Format: HH:mm:ss
String
timestampTrade timestampLong
trade_priceTrade priceDouble
trade_volumeTrade volumeDouble
prev_closing_pricePrevious day closing price (from UTC+00:00)Double
change_priceChange price compared to the previous day’s closing priceDouble
ask_bidOrder type (ASK or BID)String
sequential_idTrade Sequential ID (Unique)Long
  • The sequential_id field can be used as a basis for determining the uniqueness of the transaction. However, it does not guarantee the order of transactions.
Language