Expand description
Binance exchange implementation Binance exchange implementation.
Supports spot trading, futures trading, and options trading with complete REST API and WebSocket support.
Re-exports§
pub use builder::BinanceBuilder;pub use endpoint_router::BinanceEndpointRouter;pub use signed_request::HttpMethod;pub use signed_request::SignedRequestBuilder;pub use time_sync::TimeSyncConfig;pub use time_sync::TimeSyncManager;
Modules§
- auth
- Binance authentication and signature module.
- builder
- Binance exchange builder pattern implementation.
- constants
- Binance API constants.
- endpoint_
router - Binance-specific endpoint router trait.
- error
- Binance-specific error types.
- parser
- Binance data parser module.
- rest
- Binance REST API implementation organized by market type and functionality.
- signed_
request - Signed request builder for Binance API.
- symbol
- Binance symbol converter implementation
- time_
sync - Time synchronization manager for Binance API.
- ws
- Binance WebSocket implementation
Structs§
- Binance
- Binance exchange structure.
- Binance
Options - Binance-specific options.
- Binance
Urls - Binance API URLs.