https://binance-docs.github.io/apidocs/futures/en/#change-log
New connection method for WEBSOCKET.
- Base Url is wss://fstream-auth.binance.com
- Streams can be access either in a single raw stream or a combined stream
- Raw streams are accessed at /ws/?listenKey=
- Combined streams are accessed at /stream?streams=//&listenKey=
- must be a valid listenKey when you establish a connection.
https://binance-docs.github.io/apidocs/futures/en/#change-log
New connection method for WEBSOCKET.