Bittrex

API Endpoints

  • [x] public/getmarkets
  • [x] public/getcurrencies
  • [x] public/getticker
  • [x] public/getmarketsummaries
  • [x] public/getmarketsummary
  • [x] public/getorderbook
  • [x] public/getmarkethistory
  • [x] /market/buylimit
  • [x] /market/selllimit
  • [x] /market/cancel
  • [x] /market/getopenorders
  • [ ] /account/getbalances
  • [ ] /account/getbalance
  • [ ] /account/getdepositaddress
  • [ ] /account/withdraw
  • [ ] /account/getorder
  • [ ] /account/getorderhistory
  • [ ] /account/getwithdrawalhistory
  • [ ] /account/getdeposithistory

Installation

If available in Hex, the package can be installed by adding bittrex to your list of dependencies in mix.exs:

def deps do
  [{:bittrex, "~> 0.3.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bittrex.