Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 572 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 572 Bytes

bittrex-ws-java

Bittrex Websocket Java-Client

This is an example, how you can access websocket API on Bittrex using java.

Important notice: the library SignalR/java-client is used in a slightly changed version, see this commit #5885c53 for details.

after cloning the project, you can simply run the example Main class:

./gradlew myRun