exchange-apiws 0.1.10

Exchange REST and WebSocket clients — spot trading, futures, account management, and live data streams
Documentation
1
2
3
4
5
6
7
8
9
10
//! WebSocket modules — types, token negotiation, connector, and runner.

mod connect;
pub mod feed;
pub mod runner;
pub mod types;

pub use feed::KucoinConnector;
pub use runner::{WsRunnerConfig, run_feed};
pub use types::*;