Skip to content

thao1923/kraken-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An application using Java to interact with Kraken Websocket API. Application use Java 17 and Maven 3.9.8

How to run:

  • run docker-compose up -d to start kafka

endpoints:

  • /v1/kraken/connect/public: connect to public websocket
  • /v1/kraken/close/public: close connection
  • v1/kraken/unsubscribe: unsubsribe
  • v1/kraken/subscribe

Sample request: curl --location 'http://localhost:8080/v1/kraken/subscribe'
--form 'channel="book"'
--form 'symbol="ALGO/USD"'

About

Interact with Kraken Websocket to retrieve orderbook data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages