Too large to fit in the margin
Too large to fit in the margin
when can use in `pip install -U python-binance` ?
> @QGB @iden83 We just released a new version with support for EDDSA keys. Please upgrade and let us know if anything! Does EDDSA keys support futures API? I got...
> Hello @QGB, yes it does. > > Can you please double-check your keys are valid and correctly set? (no whitespaces/line breaks/etc) > > @QGB you can check here https://github.com/sammchardy/python-binance/blob/master/tests/test_cryptography.py#L5...
@carlosmiei 1.0.25 create spot order has error. 1.0.22 is OK ``` binance.__version__ Out[2]: '1.0.22' client.create_order(symbol='VTHOUSDT',side='BUY',type='LIMIT',timeInForce='GTC',quantity=366,price=0.00287,) Out[4]: {'symbol': 'VTHOUSDT', 'orderListId': -1, 'price': '0.00287000', 'origQty': '366.00000000', 'executedQty': '0.00000000', 'cummulativeQuoteQty': '0.00000000', 'status': 'NEW',...
@carlosmiei In spot create order. _generate_signature uri_encode must be False. Futures create order _generate_signature uri_encode True or False doesn't matter. https://github.com/sammchardy/python-binance/blob/10f398688b58fed8fc0e28e9e0c36d0cb01fdd24/binance/base_client.py#L332
@carlosmiei The latest version seems to error randomly. ``` In [14]: client.futures_position_information() --------------------------------------------------------------------------- BinanceAPIException Traceback (most recent call last) in ?() ----> 1 client.futures_position_information() ~/anaconda3/lib/python3.11/site-packages/binance/client.py in ?(self, **params) 7670 7671...
sys.modules also not support
``` >>> exec('print(locals())',{1:2},{}) Traceback (most recent call last): File "", line 1, in FIXME line of source goes here KeyError: 'FIXME can only have string keys!: 1' >>> exec('print(locals())',{'1':2},{'3':3}) {'3':...
无法解压 ``` In [42]: !C:\Users\Administrator\Documents\wxapkg_1.5.0_windows_amd64.exe unpack -r "C:/Users/Administrator/AppData/Roaming/Tencent/xwechat/radium/Applet/packages/ ...: wxe862fe007eb47128" [+] unpack root 'C:/Users/Administrator/AppData/Roaming/Tencent/xwechat/radium/Applet/packages/wxe862fe007eb47128' with 30 threads failed to unpack, it's not a valid wxapkg file In [43]: ```
> 你解决了吗 不要在windows 微信上运行这个。 打开这个 微信立马提示我登录异常把我号封了, 没人做过在线服务可以获取任意微信小程序代码吗?