Ejemplo n.º 1
0
def get_current_price(order_currency, payment_currency="KRW"):
    return Bithumb.get_current_price(order_currency, payment_currency)
Ejemplo n.º 2
0
def get_current_price(currency):
    return Bithumb.get_current_price(currency)