README.md

# 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](https://hex.pm/docs/publish), the package can be installed
by adding `bittrex` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bittrex](https://hexdocs.pm/bittrex).