ExPoloniex

Build Status

Elixir library for the Poloniex Public & Trade API

Status

Installation

Add ex_poloniex to your list of dependencies in mix.exs

def deps do
  [
    {:ex_poloniex, "~> 0.0.4"}
  ]
end

Configuration

Add the following configuration variables in your config/config.exs file:

use Mix.Config

config :ex_poloniex,
  api_key: "YOUR_API_KEY",
  api_secret: "YOUR_API_SECRET"

Additional Links

Poloniex API Docs

License

ex_poloniex is released under the MIT license