binance-java-api
binance-java-api copied to clipboard
binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
Hello, I am using the library _binance-java-api_ in my java application and I was wondering if it's possible to use the library with the Spot Test Network. I tried to...
I try todo the following: client.onAggTradeEvent("btcusdt", (response ->{ binancePrices.setBtcusdt(response.getPrice()); ThreadSleep(); })); Simple.. but after about 20sek.. it stops updating the price... why ??
Using onAggTradeEvent(). Tried closing the stream using close() but the web socket client keeps sending callbacks.
Some one have an idea about this topic please? Thank you
When running the UserDataStreamExample, after receiving an OrderTradeUpdateEvent, the final callback returns a null object at line 38, which then throws a NPE when trying to retrieve getOriginalQuantity(). Just added...
Executing `BinanceApiRestClient`'s `getAccount()` never returns. My keys are OK. The same goes for the Async version. Am I missing something?
I use the maven config to install, but it not work,what should i do? ``` com.github.binance-exchange binance-java-api -SNAPSHOT ```
Hi Joao! Great work! is there a way to get the account email? thank you! Dnasc - Brazil
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Error: I/System.out: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.ArrayList` out of START_OBJECT token at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 1, column: 1]