#binance #coinbase #gdax #hitbtc

nightly trade

Utilities for trading on crypto-currencies exchanges

1 unstable release

0.1.0 Oct 3, 2018

#13 in #coinbase

MIT license

155KB
3.5K SLoC

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, hyper and 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

lib.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. A prelude for crates using this library. Re-exports the most used types and traits.

Dependencies

~17–30MB
~473K SLoC