Skip to main content

Module types

Module types 

Source
Expand description

Types for the Bybit WebSocket API.

This module provides types for deserializing events and responses from the Bybit WebSocket API, including public messages, ticker updates, and other market data.

Structs§

PublicMessageResponse
Represents a public message response with an operation status.
PublicTickerResponse
Represents a public ticker response with market data.
Ticker
Represents the market data structure for the PublicTickerResponse.

Enums§

Response
Represents the different types of responses from the Bybit API.

Constants§

DEFAULT_URL
The default URL for the Bybit WebSocket API.
MAX_ARGS
The maximum number of arguments allowed in a single WebSocket request.