yonathan95 / BinanceFuturesJava

Java SDK for Binance futures exchange

Repository from Github https://github.comyonathan95/BinanceFuturesJavaRepository from Github https://github.comyonathan95/BinanceFuturesJava

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

About

Java SDK for Binance futures exchange

License:Apache License 2.0


Languages

Language:Java 100.0%