Offers client REST and Websocket API for Kraken public and private end points. Written in SpringBoot along with respective use/ test cases
To execute all the tests on the Kraken public/ private end points for REST along with Websockets, run 'mvn test'. This should automatically perform all the tests and print everything to the terminal.
To use authenticated endpoints, fill your public, private as well as OTP keys in src/main/java/com/sri/KrakenJavaClientAPI/config/PrivateAPIConfig.java and you are good to consume the all the endpoints as you see fit
You are welcome to reuse/ contribute to the project