binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
Running DepthCacheExample.java side by side with binance.com, I noticed that some orders never get removed.
for example the best bid in binance.com would be at 10812.000 and the example application is still holding on to an old bid of 10820.000 even though it was cleared in the website.
Running DepthCacheExample.java side by side with binance.com, I noticed that some orders never get removed.
for example the best bid in binance.com would be at 10812.000 and the example application is still holding on to an old bid of 10820.000 even though it was cleared in the website.