Module coinnect::kraken [] [src]

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

Reexports

pub use self::credentials::KrakenCreds;
pub use self::api::KrakenApi;

Modules

api

Use this module to interact with the raw-original API provided by Kraken. WARNING: Special attention should be paid to error management: parsing number, etc.

credentials

Contains the Kraken credentials.

generic_api

Use this module to interact with Kraken through a Generic API. This a more convenient and safe way to deal with the exchange since methods return a Result<> but this generic API does not provide all the functionnality that Kraken offers.

utils