ticaleenlx
ticaleenlx
from huobi.client.market import MarketClient from huobi.constant import * from huobi.utils import * market_client = MarketClient(init_log=True) interval = CandlestickInterval.MIN5 symbol = "btc3lusdtnav"#ethusdt list_obj = market_client.get_candlestick(symbol, interval, 10) LogInfo.output("---- {interval} candlestick for...
好了吗,如果还没好,试试把call_sync下的print打开看看
> Hi, I came across the following error when trying to run example/account/get_account_balance.py provided with Huobi Python SDK. > > Can anyone provide some guidance on how to get around...