Expand description
Bybit REST connector targeting the public v5 API.
Authentication details follow the rules described in
bybit-api-docs/docs/v5/guide.mdx.
Re-exports§
pub use ws::BybitMarketStream;pub use ws::BybitSubscription;pub use ws::PublicChannel;
Modules§
Structs§
- Bybit
Client - A thin wrapper over the Bybit v5 REST API.
- Bybit
Config - Configuration for the Bybit REST client.
- Bybit
Credentials - API credentials required for private REST endpoints.
- Bybit
Execution - Execution record enriched with the originating
exec_id. - Bybit
Factory