crypto-ws-client 2.5.15

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
1
2
3
4
5
6
7
8
9
mod gate_future;
mod gate_spot;
mod gate_swap;
mod utils;

pub use gate_future::GateLinearFutureWSClient;
pub use gate_spot::GateSpotWSClient;
pub use gate_swap::GateInverseSwapWSClient;
pub use gate_swap::GateLinearSwapWSClient;