sfox 0.1.6

Unofficial HTTP and Websocket Client for the SFox API
Documentation
1
2
3
4
5
6
/// Streaming order book data.
pub mod orderbook;
/// Real-time ticker data.
pub mod ticker;
/// Streaming tick data of publicly executed trades.
pub mod trade;