개별 티커 정보 조회 (UTC)

UTC 기준으로 특정 종목의 티커 정보 조회

Path Params

fieldtyperequired/optionaldescription
quote_currencyStringrequired마켓 기준 통화
-예: KRW
target_currencyStringrequired조회하려는 종목의 심볼
-예: BTC

Query Params

fieldtyperequired/optionaldescription
additional_dataBooleanoptional전일 정보 포함 여부(기본값: false)

Response Body

fieldtypedescription
resultString정상 반환 시 success, 에러 코드 반환 시 error
error_codeStringerror 발생 시 에러코드 반환, 성공인 경우 0 반환
server_timeNumber반환 시점의 서버 시간 (ms)
tickersArray[Object]티커 정보 목록
-quote_currencyString마켓 기준 통화
-target_currencyString티커 종목 명
-timestampNumber티커 생성 시점 (Unix time) (ms)
-highNumberString고가 (UTC 24시간 기준)
-lowNumberString저가 (UTC 24시간 기준)
-firstNumberString시가 (UTC 24시간 기준)
-lastNumberString종가 (UTC 24시간 기준)
-quote_volumeNumberString최근 24시간 기준 종목 체결 금액 (원화)
-target_volumeNumberString최근 24시간 기준 종목 체결량 (종목)
-best_asksArray[Object]매도 최저가 오더 정보
--priceNumberString매도 가격북
--qtyNumberString매도 수량
-best_bidsArray[Object]매수 최고가 오더북 정보
--priceNumberString매수 가격
--qtyNumberString매수 수량
-idString티커 별 ID 값으로 클수록 최신 티커 정보
Language
Click Try It! to start a request and see the response here!