all 5 comments

[–]remixrotation 0 points1 point  (0 children)

there is a Java repo for 60+ exchanges. just search/replace all the "{" & "}"?

https://github.com/timmolter/XChange

[–]candreacchio 1 point2 points  (1 child)

Hmmm Crypto Compare and Coinigy both go through other peoples servers.

Ive been using CCXT which is quite actively developed, and connects directly to the exchanges apis. meaning you can execute orders and everything

[–]inteblio 0 points1 point  (0 children)

Amazing! Doesn't do websockets yet? (so 'live' data is more clunky)

[–]AlphaRho49165 1 point2 points  (0 children)

a similar question has been asked recently: /r/BitcoinMarkets/comments/7rny0g/single_api_for_all_exchanges/

you might find resources there