Expand description
A crate for communicating with the Bybit API. For example usages, see files in the examples/ directory.
Structs§
- Bybit
Options - A
struct
that represents a set of BybitOption s. - Bybit
Request Handler - A
struct
that implements RequestHandler - Bybit
WebSocket Handler
Enums§
- Bybit
Handler Error - Bybit
Http Auth - Represents the auth type.
- Bybit
Http Url - A
enum
that represents the base url of the Bybit REST API. - Bybit
Option - Options that can be set when creating handlers
- Bybit
WebSocket Url - A
enum
that represents the base url of the Bybit WebSocket API.
Type Aliases§
- Bybit
Request Error - Bybit
Request Result - The type returned by Client::request().