BinanceApiWebSocketClient - does this work?
See original GitHub issuei am tring to use onCandlestickEvent
but i don’t get any exceptions and it seems to create websocket ok… but I dont receive any events?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Binance Options API Interface and WebSocket
Binance Options trading is available via the Binance Futures API connectivity suite and is open to users who have enabled the Binance API ......
Read more >Websockets — python-binance 0.2.0 documentation
Websocket Errors Create a socket combining multiple streams. These streams can include the depth, kline, ticker and trade streams but not the user...
Read more >WebSocket API Binance Python Tutorial: REAL-TIME Bitcoin ...
WebSocket Tutorial: Bitcoin day Trading BOT Step1: How to extract real-time Bitcoin price in Python using Binance WebSocket API stream ...
Read more >binance-official-api-docs/web-socket-streams.md at master
Official Documentation for the Binance APIs and Streams - binance-official-api-docs/web-socket-streams.md at master ...
Read more >websocket-client python no data from the binance api
I have no idea about what is wrong. Any clue why? import websocket cc = 'btcusdt' interval = '1m' socket = f ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great @vladimirus , yes, indeed, all symbols for streams are lowercase. This is stated in the docs (https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md), but it’s not very obvious, perhaps I could lowercase automatically whatever argument is passed in the API.
FWIW, I got it from the examples. I noticed the REST client uses uppercase and the WebSocket client uses lowercase. Is that just a Binance API inconsistency? https://github.com/binance-exchange/binance-java-api/blob/master/src/test/java/com/binance/api/examples/CandlesticksCacheExample.java