sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

Listen to user data stream while at the same time listening to market data stream #1170

Closed Karlheinzniebuhr closed 2 years ago

Karlheinzniebuhr commented 2 years ago

I'm trying to use multiplex_socket() the problem is it does not support user streams. How can I listen to user data while at the same time listening to market data? I feel like the documentation needs clarification on this

Karlheinzniebuhr commented 2 years ago

Solved it with this code example https://github.com/sammchardy/python-binance/issues/1063#issuecomment-948429632