Bittrex

API Endpoints

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

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.1.0"}]
end

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