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 | 타임스탬프 |
반응형
'전자화폐 > API' 카테고리의 다른 글
[업비트][Upbit] 호가 정보 (1) | 2021.04.14 |
---|---|
[업비트][Upbit] 시세 체결 조회 (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 월봉(Months) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 주봉(Weeks) (0) | 2021.04.14 |
[업비트][Upbit] 시세 캔들 - 일봉(Day) (0) | 2021.04.14 |