README.md
# 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](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.1.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).