Example #1
0
def get_orderbook(currency):
    return Bithumb.get_orderbook(currency)
Example #2
0
def get_orderbook(order_currency, payment_currency="KRW", limit=5):
    return Bithumb.get_orderbook(order_currency, payment_currency, limit)
Example #3
0
def get_orderbook(currency, limit=5):
    return Bithumb.get_orderbook(currency, limit)