Home이용 안내API 레퍼런스변경 내역
API 레퍼런스

개별 티커 정보 조회

특정 종목의 티커 정보 조회

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고가 (24시간 기준)
-lowNumberString저가 (24시간 기준)
-firstNumberString시가 (24시간 기준)
-lastNumberString종가 (24시간 기준)
-quote_volumeNumberString24시간 기준 종목 체결 금액 (원화)
-target_volumeNumberString24시간 기준 종목 체결량 (종목)
-best_asksArray[Object]매도 최저가 오더북 정보
--priceNumberString매도 가격
--qtyNumberString매도 수량
-best_bidsArray[Object]매수 최고가 오더북 정보
--priceNumberString매수 가격
--qtyNumberString매수 수량
-idString티커 별 ID 값으로 클수록 최신 티커 정보
Path Params
string
required
Defaults to KRW

마켓의 기준 통화

string
required
Defaults to BTC

조회하려는 종목의 심볼

Query Params
boolean
Defaults to false

입력 값이 true 이면 전일가 정보까지 조회

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json