Crypto-exchanges-api is an implementation of crypto exchanges API in Java. Originally forked from cryptsy-api this project provides a generic interface to multiple crypto exchange apis
Here a simple example of a public API call on Cryptsy
PublicExchangeApi api = CryptoExchangeFactory.getPublicExchangeApi(ExchangeEnum.CRYPTSY);
Market market = api.getMarket("zet","btc");
- Add other exchanges implementations for public API
- Add authenticated api access for exchanges
For bugs and/or issues: create a new issue on GitHub.
Other questions or comments: [email protected]