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

[업비트][Upbit] 호가 정보

by 하비삼 2021. 4. 14.

 

 

 

 

 

 

 

 

 

 

 

 

 

API URI

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

Path Params

 

Request Params

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

 

Response

Field Type Desc
market String 조회 마켓 코드 ex) 화페-코인 , KRW-BTC
timestamp Long 생성 시각
total_ask_size Double 호가 매도 총 잔량
toal_bid_size Double 호가 매수 총 잔량
orderbook_units Objects 호가
ask_price Double 매도호가
bid_price Double 매수호가
ask_size Double 매도잔량
bid_size Double 매수잔량

 

반응형