본문 바로가기
전자화폐/API

[업비트][Upbit] 현재가 정보

by 하비삼 2021. 4. 14.

 

 

 

 

 

 

 

 

 

 

 

 

 

API URI

Method API URI
GET https://api.upbit.com/v1/ticker

Path Params

 

Request Params

Field Essential Type Desc
market Y String 조회 마켓 코드 ex) 화페-코인 , KRW-BTC

 

Response

Field Type Desc
market String 조회 마켓 코드 ex) 화페-코인 , KRW-BTC
trade_date String 최근 거래 일자(UTC)
trade_time String 최근 거래 시간(UTC)
trade_date_kst String 최근 거래 일자(KST)
trade_time_kst String 최근 거래 일자(KST)
opening_price Double 시가
high_price Double 고가
low_price Double 저가
trade_price Double 종가
prev_closing_price Double 전일 종가
change String EVEN :보합
RIST : 상승
FALL : 하락
change_price Double 변화액의 절대값
change_rate Double 변화율의 절대값
signed_change_price Double 부호가 있는 변화액
signed_change_rate Double 부호가 있는 변화율
trade_volume Double 가장 최근 거래량
acc_trade_price Double 누적 거래대금(UTC 0시 기준)
acc_trade_price_24h Double 24시간 누적 거래대금
acc_trade_volume Double 누적 거래량(UTC 0시 기준)
acc_trade_volume_24h Double 24시간 누적 거래대금
highest_52_week_price Double 52주 신고가
highest_52_week_date String 52주 신고가 달성일
lowest_52_week_price Double 52주 신저가
lowest_52_week_date String 52주 신저가 달성일
timestamp Long 타임스탬프

 

반응형