Response

Field NameDescriptionType
marketMarket IDString
trade_date_utcTrade Date (UTC)
Format: yyyy-MM-dd
String
trade_time_utcTrade Date (KST)
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