Module coinnect::bittrex [] [src]

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

Re-exports

pub use self::credentials::BittrexCreds;
pub use self::api::BittrexApi;

Modules

api

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

credentials

Contains the Bittrex credentials.

generic_api

Use this module to interact with Bittrex 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 Bittrex offers.

utils