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.
- The class reference documents the BittrexApi library classes.
- The api reference documents the Bittrex api calls
BittrexApi modules can be obtained via jCenter. It's also possible to clone the repository and depend on the modules locally.
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:
extension-okhttp
: OkHttp extension for BittrexApi.
For more details, see the project on Bintray. For information about the latest versions, see the Release notes.
master:
dev: