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