Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 734 Bytes

File metadata and controls

26 lines (17 loc) · 734 Bytes

crypto-exchanges-api

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

Example Usage

Here a simple example of a public API call on Cryptsy

PublicExchangeApi api = CryptoExchangeFactory.getPublicExchangeApi(ExchangeEnum.CRYPTSY);
Market market = api.getMarket("zet","btc");

Roadmap

  • Add other exchanges implementations for public API
  • Add authenticated api access for exchanges

Contact

For bugs and/or issues: create a new issue on GitHub.

Other questions or comments: gilles.cadignan@gmail.com