def get_market_detail(order_currency, payment_currency="KRW"): return Bithumb.get_market_detail(order_currency, payment_currency)
def get_market_detail(currency): return Bithumb.get_market_detail(currency)