crypto-ws-client 4.11.8

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

pub use gate_future::{GateInverseFutureWSClient, GateLinearFutureWSClient};
pub use gate_spot::GateSpotWSClient;
pub use gate_swap::{GateInverseSwapWSClient, GateLinearSwapWSClient};