libdynticker

Build Status

Java library to retrieve trading pairs and last value from Bitcoin, cryptocurrencies, cryptoassets and derivatives exchanges.

The main goal of libdynticker is to get the traded pairs dynamically. That way it can cope with the highly mutable altcoin exchanges, where new pairs are added and removed each week.

Supported exchanges

Bitcoin and altcoins to FIAT

Altcoins

Bullion

Assets and Derivatives (Futures and Options)

Removed

Most are now offline.

Using this library

Gradle

compile 'mobi.boilr:libdynticker:0.7.0'

Maven

<dependency>
  <groupId>mobi.boilr</groupId>
  <artifactId>libdynticker</artifactId>
  <version>0.7.0</version>
</dependency>

Building

mvn package to create a jar.

Versioning

libdynticker follows Semantic Versioning with the API being the public methods and attributes provided by the Exchange and Pair classes.

License and authorship

libdynticker code licensed under GNU LGPL v3 or later. Copyright belongs to André Filipe Santos, David Ludovino and other contributors listed on GitHub.