Skip to main content

Crate tesser_bybit

Crate tesser_bybit 

Source
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§

ws

Structs§

BybitClient
A thin wrapper over the Bybit v5 REST API.
BybitConfig
Configuration for the Bybit REST client.
BybitCredentials
API credentials required for private REST endpoints.
BybitExecution
Execution record enriched with the originating exec_id.
BybitFactory

Functions§

register_factory