# binance-api-client
**Repository Path**: prostory/binance-api-client
## Basic Information
- **Project Name**: binance-api-client
- **Description**: Unofficial Java Api Client for https://www.binance.com/
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-03-22
- **Last Updated**: 2021-03-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Binance Java Api Client
[](https://jitpack.io/#faystmax/binance-api-client)
[](https://github.com/faystmax/binance-api-client/actions?query=workflow%3ABuild)
[](https://www.codacy.com/manual/faystmax/binance-api-client?utm_source=github.com&utm_medium=referral&utm_content=faystmax/binance-api-client&utm_campaign=Badge_Grade)
[](https://github.com/faystmax/binance-api-client/blob/master/LICENSE.md)
Unofficial Java Api Client for made with Retrofit 2.7.
Based on binance documentation
and current existing Binance Java Api .
## Installation
Add the JitPack repository to your build file
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add dependency
```groovy
dependencies {
implementation 'com.github.faystmax:binance-api-client:1.0.2'
}
```
## Build
To build this project run this from base directory:
```console
./gradlew clean build
```
For windows users:
```console
gradlew.bat clean build
```
## License
This project is licensed under the terms of the MIT license - see the [LICENSE.md](LICENSE.md) file for details