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.
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'
}
To build this project run this from base directory:
./gradlew clean build
For windows users:
gradlew.bat clean build
This project is licensed under the terms of the MIT license - see the LICENSE.md file for details