Skip to content

faystmax/binance-api-client

Repository files navigation

Binance Java Api Client

JitPack Build Codacy Badge GitHub license

Unofficial Java Api Client for https://www.binance.com/ made with Retrofit 2.7.
Based on binance documentation https://binance-docs.github.io/apidocs and current existing Binance Java Api https://github.com/binance-exchange/binance-java-api.

Installation

Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add dependency

dependencies {
    implementation 'com.github.faystmax:binance-api-client:1.0.2'
}

Build

To build this project run this from base directory:

./gradlew clean build

For windows users:

gradlew.bat clean build

License

This project is licensed under the terms of the MIT license - see the LICENSE.md file for details