crypto-ws-client 4.12.5

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

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

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