[pyupbit] 현재가 가져오기

import pyupbit

price = pyupbit.get_current_price("KRW-BTC")
print(price)