Module binance

Module binance 

Source
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.
BinanceOptions
Binance-specific options.
BinanceUrls
Binance API URLs.