Websocket connexion

Does anyone know what is the latest Binance API function version of start_multiplex_socket,
start_user_socket, start_symbol_ticker_socket or similar from
BinanceSocketManager or another module to start socket connexion.

Would be very much appreciated !

Hello,
it seems you’re using python-binance, which is not the official library and therefore we don’t support. Although if you’re keen to explore to the official one, you can check at Binance Public API Connector Python — binance-connector documentation or GitHub - binance/binance-connector-python: a simple connector to Binance Public API.

1 Like

Oh, so I could try with this library then,
Thanks a lot.

However, binance_connector is not recognized on Anaconda. It says the package in unavailable

Hi, it’s binance-connector actually. Try that instead.

pip install binance-connector is the recommended PyPi installation command.

Processing: Capture d’écran 2023-05-29 225927.png…

Still doesn’t work