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§
- Public
Message Response - Represents a public message response with an operation status.
- Public
Ticker Response - 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.