binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

Complete example #360

Open adrianmay opened 3 years ago

adrianmay commented 3 years ago

Please would you provide a complete example of how to build and run this to see some numbers dropping out of the binance API, bearing in mind that the reader's first language and build system might not be java and maven.

Problems I've had are the erroneous version number in the README, setting up a separate project that reads classes from this repo, building this repo with the examples included in the jar, and getting the examples to find external dependencies like retrofit2.