trade 0.1.0

Utilities for trading on crypto-currencies exchanges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# trade-rs

Utilities for trading on crypto-currencies exchanges. Long term goal is to
provide a general enough, unified API for abstracting over various exchanges,
hence making it easier to develop cross exchange automated trading
strategies.

Uses [tokio](https://github.com/tokio-rs/tokio), [hyper](https://github.com/hyperium/hyper)
and [ws-rs](https://github.com/housleyjk/ws-rs) for asynchronous requests and
streaming.

Some sample code can be found in the `examples` folder.

Exchanges currently implemented:
* Binance
* GDAX a.k.a Coinbase Pro
* HitBTC