Module coinnect::gdax [] [src]

Use this module to interact with Bitstamp exchange.

Reexports

pub use self::credentials::GdaxCreds;
pub use self::api::GdaxApi;

Modules

api

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

credentials

Contains the Gdax credentials.

generic_api

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

utils