JcMinarro / Bittrex

Kotlin client for accessing the Bittrex API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bittrex

CircleCI

Kotlin client for accessing the Bittrex API. It uses the API Version v1.1 API Spec: https://bittrex.com/home/api

Where can I get the latest release?

Bittrex is not published yet. I will update that section when the library is uploaded to jCenter

Examples

Show some examples here (Kotlin & Java)

Implementation Status

Public Api

  • /public/getmarkets
  • /public/getcurrencies
  • /public/getticker
  • /public/getmarketsummaries
  • /public/getmarketsummary
  • /public/getorderbook
  • /public/getmarkethistory

Market Api (Credentials required)

  • [] /market/buylimit
  • [] /market/selllimit
  • [] /market/cancel
  • [] /market/getopenorders

Account Api (Credentials required)

  • /account/getbalances
  • /account/getbalance
  • /account/getdepositaddress
  • /account/withdraw
  • /account/getorder
  • /account/getorderhistory
  • /account/getwithdrawalhistory
  • /account/getdeposithistory

Do you like this library?

Donate Bitcoin Cash to 1165bey4uNWqjHjUUZLNpiynf9th3cmK8q

License

Copyright 2017 Jc Miñarro

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Kotlin client for accessing the Bittrex API

License:Apache License 2.0


Languages

Language:Kotlin 98.2%Language:Groovy 1.8%