binance / binance-connector-java

Simple Java connector to Binance Spot API
MIT License
399 stars 173 forks source link

The All Market Rolling Window Statistics Streams doesn't work #123

Closed roberto-cisternino closed 2 months ago

roberto-cisternino commented 2 months ago

Please note that the

allRollingWindowTicker("!ticker_1h@arr", onOpenCallback, onMessageCallback, onClosingCallback, onClosedCallback, onFailureCallback);

doesn't work. After connection no data arrives back.

The related service on Binance works as expected: wss://stream.binance.com:9443/ws/!ticker_1h@arr

roberto-cisternino commented 2 months ago

Not a bug as I passed a wrong parameter for the windowSize "!ticker_1h@arr" instead of "1h"