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 options::BinanceOptions;
pub use signed_request::HttpMethod;
pub use signed_request::SignedRequestBuilder;
pub use time_sync::TimeSyncConfig;
pub use time_sync::TimeSyncManager;
pub use urls::BinanceUrls;

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.
options
Binance-specific options and configuration.
parser
Binance data parser module.
rest
Binance REST API implementation organized by market type and functionality.
signed_request
Signed request builder for Binance API.
signing_strategy
Binance signing strategy for the generic SignedRequestBuilder.
symbol
Binance symbol converter implementation
time_sync
Time synchronization manager for Binance API.
urls
Binance API URLs for different environments and market types.
ws
Binance WebSocket implementation

Structs§

Binance
Binance exchange structure.