crypto-ws-client 4.0.3

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
1
2
3
4
5
6
7
// mod bitget_spot;
mod bitget_swap;

// pub use bitget_spot::BitgetSpotWSClient;
pub use bitget_swap::BitgetSwapWSClient;

pub(super) const EXCHANGE_NAME: &str = "bitget";