This repository is a fork of https://github.com/nyg/kraken-api-java. Whose author is nyg.
Query the Kraken API in Java 17. No external libraries used.
Execute mvn clean package and the JAR will be in the target folder. After that, Examples.java can also be executed using java -cp target/classes edu/self/kraken/Examples.