Expand description
Bybit exchange integration for spot and derivatives Bybit exchange provider implementation
This module provides integration with Bybit’s V5 unified API for spot and derivatives trading.
Re-exports§
pub use feeder::BybitFeeder;pub use provider::BybitCategory;pub use provider::BybitProvider;pub use futures::feeder::BybitFuturesFeeder;pub use futures::provider::BybitFuturesProvider;
Modules§
- auth
- Authentication utilities for Bybit API
- data
- Market data types and parsers Market data types and parsers for Bybit exchange
- feeder
- Feeder implementation for processing Bybit market data
- futures
- Futures-specific implementations Bybit Futures market implementation
- provider
- Provider implementation for Bybit WebSocket connections
- types
- Bybit-specific types and structures