Skip to content

yonathan95/BinanceFuturesJava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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