Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieuprog/binance_interface

Binance API for Elixir
https://github.com/mathieuprog/binance_interface

Last synced: about 2 months ago
JSON representation

Binance API for Elixir

Awesome Lists containing this project

README

        

# BinanceInterface

## Installation

```elixir
def deps do
[
{:binance_interface, "~> 0.4.0"}
]
end
```