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.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.yonathan95
ArtifactId

ArtifactId

binance-java-sdk
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/yonathan95/Binance_Futures_Java
Source Code Management

Source Code Management

https://github.com/yonathan95/Binance_Futures_Java

Download binance-java-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/ -->
<dependency>
    <groupId>com.github.yonathan95</groupId>
    <artifactId>binance-java-sdk</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/
implementation 'com.github.yonathan95:binance-java-sdk:1.2.4'
// https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/
implementation ("com.github.yonathan95:binance-java-sdk:1.2.4")
'com.github.yonathan95:binance-java-sdk:jar:1.2.4'
<dependency org="com.github.yonathan95" name="binance-java-sdk" rev="1.2.4">
  <artifact name="binance-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yonathan95', module='binance-java-sdk', version='1.2.4')
)
libraryDependencies += "com.github.yonathan95" % "binance-java-sdk" % "1.2.4"
[com.github.yonathan95/binance-java-sdk "1.2.4"]

Dependencies

compile (6)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 4.9.1
com.alibaba : fastjson jar 1.2.75
ch.qos.logback : logback-classic jar 1.2.3
org.apache.commons : commons-lang3 jar 3.12.0
commons-codec : commons-codec jar 1.15
commons-lang : commons-lang jar 2.6

test (3)

Group / Artifact Type Version
org.powermock : powermock-api-mockito jar 1.7.4
org.powermock : powermock-module-junit4 jar 2.0.9
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.4
1.2.3