1 Star 0 Fork 1

console_exchange-console_test / binance-api-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Amosov Maxim 提交于 2020-09-27 16:38 . Up version to 1.0.2

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

1
https://gitee.com/console_exchange-console_test/binance-api-client.git
git@gitee.com:console_exchange-console_test/binance-api-client.git
console_exchange-console_test
binance-api-client
binance-api-client
master

搜索帮助