Crate coinnect [] [src]

Coinnect

Coinnect is a Rust library aiming to provide a complete access to REST APIs for various crypto-currencies exchanges. All methods consume HTTPS api. This library is not intendeed to stream data (you should use websocket/FIX in that case)..

Currently only Poloniex is supported but other exchanges will be added soon.

Exchange support:

  • [x] Poloniex (90%)
  • [x] Kraken (20%)

WARNING

This library is highly experimental at the moment. Please do not invest what you can't afford to loose.

Modules

kraken

Use this module to interact with Kraken exchange. Please see examples for more informations.

poloniex

Use this module to interact with Poloniex exchange. Please see examples for more informations.