https://github.com/binance/binance-toolbox-java
Toolbox for Binance Java Connector
https://github.com/binance/binance-toolbox-java
binance binance-api java toolbox
Last synced: about 1 year ago
JSON representation
Toolbox for Binance Java Connector
- Host: GitHub
- URL: https://github.com/binance/binance-toolbox-java
- Owner: binance
- Created: 2022-02-14T10:11:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:38:45.000Z (about 3 years ago)
- Last Synced: 2025-04-15T01:13:58.380Z (about 1 year ago)
- Topics: binance, binance-api, java, toolbox
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binance Toolbox in Java
A collection of Java examples that connects to the Binance API endpoints based on `binance-connector-java`.
- Github repository: https://github.com/binance/binance-connector-java
- Maven repository: https://repo1.maven.org/maven2/io/github/binance/binance-connector-java/
- Javadoc: https://www.javadoc.io/doc/io.github.binance/binance-connector-java/latest/index.html
Uses `binance-logback` for the logging.
## Installation
Replace `LATEST_VERSION` with the latest version number and paste the snippet below in `pom.xml`
```
io.github.binance
binance-connector-java
LATEST_VERSION
```
Run `mvn install` where `pom.xml` is located to install the dependency.
## Running a java file
`mvn compile exec:java -Dexec.mainClass=""`
## API key & secret
To get user's information, e.g account balance, you will need to setup API key/secret from
Production: https://www.binance.com/en/my/settings/api-management
Testnet: https://testnet.binance.vision/
Fill up the API/Secret key parameters in `PrivateConfig.java`
If you see API server returns error "Invalid API-key, IP, or permissions for action.", please check this topic https://dev.binance.vision/t/why-do-i-see-this-error-invalid-api-key-ip-or-permissions-for-action/93
This forum has plenty of topics covering most of common questions, it's the best place to ask or search API related questions.
## License
MIT