Module bybit

Module bybit 

Source
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.
BybitOptions
Bybit-specific options.
BybitUrls
Bybit API URLs.