Module coinnect::poloniex [] [src]

Use this module to interact with Poloniex exchange.

Re-exports

pub use self::credentials::PoloniexCreds;
pub use self::api::PoloniexApi;
pub use self::api::MoveOrderOption;
pub use self::api::PlaceOrderOption;

Modules

api

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

credentials

Contains the Poloniex credentials.

generic_api

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

utils