carlosmiei
carlosmiei
@alkhachatryan Can you please run the snippet above and report back the result? Right now have multiple reports (check the linked PR) that adding ` asyncio.get_event_loop() if asyncio.get_event_loop().is_running() else asyncio.new_event_loop()`...
@alkhachatryan Also I think that `asyncio.get_event_loop().is_running()` is not the same thing as `there's no event loop in the thread`. 🤔
Hello @AnimusXCASH, it's using v2 already: https://github.com/sammchardy/python-binance/blob/master/binance/client.py#L7472 Please make sure your python-binance version is updated!
@Thykof can you pm us on tg/discord?
- continues here https://github.com/ccxt/ccxt/pull/26140
Hello @PGSch, Sorry for taking so long/ Yes it is. Both ed25519 and RSA keys are supported. You just need to provide `private_key` and `api_key` to the client
@LawrenceLai1107 Hello, We recently released an update that fixes the issue you're mentioning (sometimes a weird preopen market is returned by the API), so to be safer I would recommend...
@LawrenceLai1107 What's your ccxt version?
Hello @ByTheSeaL, Thanks for reporting it, we will try to add it soon!
@LawrenceLai1107 locally seems ot be working fine, please make sure you have an updated version of ccxt ``` p okx fetchBalance --sandbox Python v3.12.3 CCXT v4.4.78 okx.fetchBalance() {'ADA': {'free': 1000.0,...