bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 222 forks source link

[binance] Kline/Candlestick Streams #552

Open elenderik opened 4 years ago

elenderik commented 4 years ago

24h window ticker stream is available in xchange-stream API.

Are there any plans to implement kline/candlestick stream?

References: @doc @github.com

badgerwithagun commented 4 years ago

You're the first to ask!

If anyone is interested in implementing this, please discuss design options here before working on a PR! 👍