Module coinnect::bitstamp [] [src]

Use this module to interact with Bitstamp exchange.

Reexports

pub use self::credentials::BitstampCreds;
pub use self::api::BitstampApi;

Modules

api

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

credentials

Contains the Bitstamp credentials.

generic_api

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

utils