hogowl / ex_binance

Binance API Client for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExBinance

Build Status Coverage Status hex.pm version

Binance API Client for Elixir

Installation

If available in Hex, the package can be installed by adding binance to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_binance, "~> 0.0.5"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/binance.

About

Binance API Client for Elixir

License:MIT License


Languages

Language:Elixir 100.0%