Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 994 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 994 Bytes

Binance Java SDK

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.

Table of Contents

Maven configuration

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

Creators

Yonathan Wolloch

Uri Bek

Omri Attal