[pyupbit] 업비트 호가정보 가져오기

import pprint
import pyupbit

orderbook = pyupbit.get_orderbook("KRW-BTC")
pprint.pprint(orderbook)