Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
21 lines (14 loc) · 457 Bytes

bitfinex_api

Elixir library for Bitfinex (bitfinex.com) exchange API

Installation

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.

License

bitfinex_api is released under the MIT License. See LICENSE file for more information.