webcerebrium / java-binance-api

Java Binance API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinanceApi::klines() and BinanceApi::aggTrades() seem buggy

Creckle opened this issue · comments

if (!optionKey.equals("startTime") || !optionKey.equals("endTime")) {

change 'or' to 'and'
same goes for


and the next line

@Creckle thanks for your feedback.

the fix was included in Release 1.0.8, just pushed it on Maven