We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
We have noticed that signals are no longer copied. We think this is caused by a recent change in the Binance API: https://www.binance.com/en/support/faq/930bf9127f45403182c178e9a174e6fa
Only new balances are pushed through the websocket now, instead of all the balances. Can you take a look at this issue?
Kind regards, Vincent
The text was updated successfully, but these errors were encountered:
Fix BinanceExchange.py after websocket update. MohammedRashad#43, Moh…
7089c68
…ammedRashad#44
Hi. You right - its related with a recent change in the Binance API. I'm made PR to fix it.
Sorry, something went wrong.
No branches or pull requests
Hi,
We have noticed that signals are no longer copied. We think this is caused by a recent change in the Binance API:
https://www.binance.com/en/support/faq/930bf9127f45403182c178e9a174e6fa
Only new balances are pushed through the websocket now, instead of all the balances. Can you take a look at this issue?
Kind regards,
Vincent
The text was updated successfully, but these errors were encountered: