Expand description
WebSocket message types for dYdX public and private channels.
Structs§
- Dydx
Candle - Candle/bar data from v4_candles channel.
- Dydx
Markets Contents - Contents of v4_markets channel_data message.
- Dydx
Oracle Price Market - Oracle price data for a market.
- Dydx
Orderbook Contents - Contents of v4_orderbook channel_data/channel_batch_data messages.
- Dydx
Orderbook Snapshot Contents - Contents of v4_orderbook subscribed (snapshot) message.
- Dydx
Price Level - Price level for orderbook snapshot (structured format).
- Dydx
Subscription - dYdX WebSocket subscription message.
- Dydx
Trade - Trade message from v4_trades channel.
- Dydx
Trade Contents - Contents of v4_trades channel_data message.
- Dydx
WsChannel Batch Data Msg - Batch channel data update message (multiple updates in one message).
- Dydx
WsChannel Data Msg - Single channel data update message.
- Dydx
WsConnected Msg - Connection established message.
- Dydx
WsGeneric Msg - Generic message structure for initial classification.
- Dydx
WsSubscription Msg - Generic subscription/unsubscription confirmation message.
Enums§
- Dydx
WsMessage - High level message emitted by the dYdX WebSocket client.
- Nautilus
WsMessage - Nautilus domain message emitted after parsing dYdX WebSocket events.
Type Aliases§
- Price
Level - Order book price level (price, size tuple).