Skip to content

gill3s/crypto-exchanges-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]

About

JAVA API for cryptsy.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages