Elixir library for Bitfinex (bitfinex.com) exchange API
This package can be installed by adding bitfinex_api
to your list of dependencies in mix.exs
:
def deps do
[
{:bitfinex_api, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/bitfinex_api.
bitfinex_api is released under the MIT License. See LICENSE file for more information.