Expand description
WebSocket message types for Bybit public and private channels.
Structs§
- Bybit
Auth Request - Bybit WebSocket authentication message.
- Bybit
Subscription - Bybit WebSocket subscription message.
- Bybit
WebSocket Error - Represents an error event surfaced by the WebSocket client.
- Bybit
WsAccount Execution - Private execution (fill) stream payload.
- Bybit
WsAccount Execution Msg - Envelope for account execution updates.
- Bybit
WsAccount Order - Private order stream payload.
- Bybit
WsAccount Order Msg - Envelope for account order updates.
- Bybit
WsAccount Position - Position data from private position stream.
- Bybit
WsAccount Position Msg - Envelope for position updates on private streams.
- Bybit
WsAccount Wallet - Wallet summary payload covering all coins.
- Bybit
WsAccount Wallet Coin - Coin level wallet update payload on private streams.
- Bybit
WsAccount Wallet Msg - Envelope for wallet updates on private streams.
- Bybit
WsAmend Order Params - Parameters for amending an order via WebSocket.
- Bybit
WsAuth Response - Authentication acknowledgement for private channels.
- Bybit
WsCancel Order Params - Parameters for canceling an order via WebSocket.
- Bybit
WsHeader - Header for WebSocket trade requests.
- Bybit
WsKline - Representation of a kline/candlestick event on the public stream.
- Bybit
WsKline Msg - Envelope for kline updates.
- Bybit
WsOrderbook Depth - Orderbook depth payload consisting of raw ladder deltas.
- Bybit
WsOrderbook Depth Msg - Envelope for orderbook depth snapshots and updates.
- Bybit
WsPlace Order Params - Parameters for placing an order via WebSocket.
- Bybit
WsRequest - Generic WebSocket request for Bybit trading commands.
- Bybit
WsResponse - Generic response returned by the endpoint when subscribing or authenticating.
- Bybit
WsSubscription Msg - Subscription acknowledgement returned by Bybit.
- Bybit
WsTicker Linear - Linear/Inverse ticker event payload.
- Bybit
WsTicker Linear Msg - Envelope for linear ticker updates.
- Bybit
WsTicker Option - Option ticker event payload.
- Bybit
WsTicker Option Msg - Envelope for option ticker updates.
- Bybit
WsTrade - Trade event payload containing trade executions on public feeds.
- Bybit
WsTrade Msg - Envelope for public trade updates.
Enums§
- Bybit
WebSocket Message - High level message emitted by the Bybit WebSocket client.