tempestblaze
tempestblaze
> Not directly. No such update has submitted to `python-binance` yet. But it could be done without much trouble by calling some private methods in `Client`. Hi halfelf. I am...
> i everythink from this rewrite and still get the same error. your code with client work ? i copy your client.py and wtill get the same erorr :( Same...
client.get_historical_klines("BTCUSDT" Client.KLINE_INTERVAL_30MINUTE, klines_type=HistoricalKlinesType.FUTURES) optional paraameters - start_str , end_str. (date string in UTC format or timestamp in milliseconds)
> When I run: client.order_market_buy(symbol='BTCUSDT', quoteOrderQty=50) I receive this error APIError(code=-1013): Quote order qty market orders are not supported for this symbol. > > How can I fix it? For...