README.md
# ExBinance
[](https://github.com/fremantle-capital/ex_binance/actions?query=workflow%3Atest)
[](https://coveralls.io/github/fremantle-capital/ex_binance?branch=main)
[](https://hex.pm/packages/ex_binance)
Binance API Client for Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `binance` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_binance, "~> 0.0.7"}
]
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/binance](https://hexdocs.pm/binance).