binance-dex-java-api is a lightweight Java library for interacting with the Binance DEX API, providing complete API coverage, and supporting synchronous and asynchronous requests.
- Install library into your Maven's local repository by running
mvn install - Add the following Maven dependency to your project's
pom.xml:
<dependency>
<groupId>com.binance.dex.api</groupId>
<artifactId>binance-dex-api-client</artifactId>
<version>1.0.0</version>
</dependency>
Examples can be found at https://github.com/binance-chain/java-sdk/tree/master/src/test/java/com/binance/dex/api/client/examples.
If you want to run the examples in an IDE, please run mvn compile first to generate the protobuf classes.