How can I use the SPOT Websocket with the binance-connector Python?
I put the base_url=“wss://ws-api.binance.com” to initialize the client and it seemed to work. However, anything else doesn’t because the API adds “/api/v3” whereas for the SPOT websocket it should be “/ws-api/v3”.