question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BinanceApiWebSocketClient - does this work?

See original GitHub issue

i 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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
joaopsilvacommented, Mar 13, 2018

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.

0reactions
monkeydencommented, Mar 13, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found