I’m developing an app against Binance’s API, but in the past few days, I’ve never successfully got any event through their published web socket streams, such as the one documented at binance-official-api-docs/web-socket-streams.md at master · binance-exchange/binance-official-api-docs · GitHub. The connection is successful, just no event coming in. I think their WS API is just down, but I’m not entirely sure. Anyone else using their streams?
Hey,
Have you had the chance to run the WebSocket stream using one of the Binance connectors?
Here are a few examples that you might find helpful:
- Python Connector: binance-connector-python/examples/websocket/spot at master · binance/binance-connector-python · GitHub
- Node Connector: binance-connector-node/examples at master · binance/binance-connector-node · GitHub
- Java Connector: binance-connector-java/src/test/java/examples at master · binance/binance-connector-java · GitHub