Crate crypto_botters_bybit

Source
Expand description

A crate for communicating with the Bybit API. For example usages, see files in the examples/ directory.

Structs§

BybitOptions
A struct that represents a set of BybitOption s.
BybitRequestHandler
A struct that implements RequestHandler
BybitWebSocketHandler

Enums§

BybitHandlerError
BybitHttpAuth
Represents the auth type.
BybitHttpUrl
A enum that represents the base url of the Bybit REST API.
BybitOption
Options that can be set when creating handlers
BybitWebSocketUrl
A enum that represents the base url of the Bybit WebSocket API.

Type Aliases§

BybitRequestError
BybitRequestResult
The type returned by Client::request().