Expand description
Bybit exchange implementation Bybit exchange implementation.
Supports spot trading and futures trading (USDT-M and Coin-M) with REST API and WebSocket support. Bybit uses V5 unified account API with HMAC-SHA256 authentication.
Re-exports§
pub use auth::BybitAuth;pub use builder::BybitBuilder;pub use endpoint_router::BybitEndpointRouter;pub use error::BybitErrorCode;pub use error::is_error_response;pub use error::parse_error;
Modules§
- auth
- Bybit API authentication module.
- builder
- Bybit exchange builder pattern implementation.
- endpoint_
router - Bybit-specific endpoint router trait.
- error
- Bybit-specific error handling.
- parser
- Bybit data parser module.
- rest
- Bybit REST API implementation.
- signed_
request - Signed request builder for Bybit API.
- symbol
- Bybit symbol converter implementation
- ws
- Bybit WebSocket implementation.
Structs§
- Bybit
- Bybit exchange structure.
- Bybit
Options - Bybit-specific options.
- Bybit
Urls - Bybit API URLs.