trade

Crates.iotrade
lib.rstrade
version0.1.0
sourcesrc
created_at2018-10-03 13:21:19.66991
updated_at2018-10-03 13:21:19.66991
descriptionUtilities for trading on crypto-currencies exchanges.
homepage
repositoryhttps://github.com/scalexm/trade-rs
max_upload_size
id87812
size156,180
Alexandre Martin (scalexm)

documentation

README

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
Commit count: 112

cargo fmt