Im using binance to get data about Ethereum. I did the single kLine response with an GET request to the API so I get the old data but now I want to keep the kLines and the price updating automaticly. For this I need to connect with the Binance web socket. How do I do this? Im using Javascript. Answer