This is Binance Java SDK, This is a lightweight Java library to handle Binance futures, you can import to your Java project and use this SDK to query all market data, trading and manage your account.
The SDK supports both synchronous and asynchronous RESTful API invoking, and subscribe the market data from the Websocket connection.
Binance Java Sdk is available on Maven Central. You just have to follow the following steps:
Install 1/2: Add this to pom.xml:
<dependency>
<groupId>com.github.yonathan95</groupId>
<artifactId>binance-java-sdk</artifactId>
<version>1.2.3</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
The SDK is compiled by Java8