예제 #1
0
def get_market_detail(order_currency, payment_currency="KRW"):
    return Bithumb.get_market_detail(order_currency, payment_currency)
예제 #2
0
파일: __init__.py 프로젝트: mtbw/pybithumb
def get_market_detail(currency):
    return Bithumb.get_market_detail(currency)