Module kraken_client::api[][src]

Re-exports

pub use get_server_time::*;
pub use get_system_status::*;
pub use get_assets::*;
pub use get_asset_pairs::*;
pub use get_tickers::*;
pub use get_ohlc_data::*;
pub use get_order_book::*;
pub use get_account_balance::*;
pub use get_open_orders::*;
pub use get_closed_orders::*;
pub use get_trades_history::*;
pub use add_order::*;
pub use cancel_order::*;

Modules

add_order
cancel_order
get_account_balance
get_asset_pairs
get_assets
get_closed_orders
get_ohlc_data
get_open_orders
get_order_book
get_server_time
get_system_status
get_tickers
get_trades_history