Skip to content

natezhengbne/Binance_Futures_Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Java SDK

This is Binance Java SDK, This is a lightweight Java library, 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

Beginning

Installation

The SDK is compiled by Java8

<dependency>
  <groupId>com.github.natezhengbne</groupId>
  <artifactId>binance-client</artifactId>
  <version>1.0.3</version>
</dependency>

The example code is in binance-api-sdk/java/src/test/java/com/binance/client/examples.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%