BittrexApi

An implementation of the Bittrex api for Android


Project maintained by CoryCharlton Hosted on GitHub Pages — Theme by mattgraham

BittrexApi

BittrexApi is an Android library that implements Bittrex api calls. It currently implements all documented calls from the 1.1 api version that is documented. Work is in progress to reverse engineer the 2.0 api calls and websockets implementation.

Documentation

Using BittrexApi

BittrexApi modules can be obtained via jCenter. It’s also possible to clone the repository and depend on the modules locally.

Via jCenter

Download

The easiest way to get started using BittrexApi is to add it as a gradle dependency. You need to make sure you have the jcenter repository included in the build.gradle file in the root of your project:

repositories {
    jcenter()
}

Next add a gradle compile dependency to the build.gradle file of your app module. The following will add a dependency to the library:

compile 'com.corycharlton.bittrexapi:bittrexapi:X.X.X'

Where X.X.X is the version, which must match the version of the BittrexApi library being used.

Additionally include any extensions modules you need. The available modules are:

For more details, see the project on Bintray. For information about the latest versions, see the Release notes.

Build Status

master:

Build Status

dev:

Build Status