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