There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Implemented Kraken Websockets 1.8 API and Kraken REST API. Created a websocket connection to the exchange and it receives a stream of orderbook updates for the currency the user queries. Then, the orderbook streams are fit into appropriate data structures, which are ordered from highest ask to lowest bid. The OrderBook data is separated by pair and printed on the console. On every update, data is printed to the console along with the best ask and best bid. The application is implemented in Java 11, Spring Framework.