Skip to content

JcMinarro/Bittrex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22e3b90 · Nov 7, 2019

History

34 Commits
Dec 27, 2017
Nov 7, 2019
Dec 26, 2017
Dec 26, 2017
Dec 30, 2017
Dec 26, 2017
Dec 27, 2017
Dec 30, 2017
Dec 26, 2017
Dec 26, 2017
Dec 26, 2017
Dec 26, 2017

Repository files navigation

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.