Last Version

Java client for the Binance API 1.0.1

binance-java-api is a lightweight Java library for interacting with the Binance API, providing complete API coverage, and supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.

License

License

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

org.roboquant
ArtifactId

ArtifactId

binance-api-client
Version

Version

1.0.1
Type

Type

jar
Description

Description

Java client for the Binance API
binance-java-api is a lightweight Java library for interacting with the Binance API, providing complete API coverage, and supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
Project URL

Project URL

https://github.com/neurallayer/binance-java-api.git
Source Code Management

Source Code Management

https://github.com/neurallayer/binance-java-api.git

Download binance-api-client 1.0.1


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

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2
com.squareup.retrofit2 : retrofit jar 2.9.0
com.squareup.retrofit2 : converter-jackson jar 2.9.0
commons-codec : commons-codec jar 1.15
org.apache.commons : commons-lang3 jar 3.12.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.