예시코드는 JavaScript, Python, JAVA에 한해서만 제공합니다.


Response

필드

설명

타입

market

마켓 구분 코드

String

trade_date_utc

체결 일자(UTC 기준)
포맷: yyyy-MM-dd

String

trade_time_utc

체결 시각(UTC 기준)
포맷: HH:mm:ss

String

timestamp

체결 타임스탬프

Long

trade_price

체결 가격

Double

trade_volume

체결량

Double

prev_closing_price

전일 종가(UTC 0시 기준)

Double

change_price

변화량

Double

ask_bid

매도/매수

String

sequential_id

체결 번호(Unique)

Long

  • sequential_id 필드는 체결의 유일성을 판단하기 위한 근거가 될 수 있으나 체결 순서를 보장하지 않습니다.



*예시코드는 JavaScript, Python, JAVA에 한해서만 제공합니다.

Language