Expand description
Provides the WebSocket client integration for the OKX WebSocket API.
This module defines and implements a strongly-typed OKXWebSocketClient
for
connecting to OKX WebSocket streams. It handles authentication (when credentials
are provided), manages subscriptions to market data and account update channels,
and parses incoming messages into structured Nautilus domain objects.
Structs§
- OKXWeb
Socket Client - Provides a WebSocket client for connecting to OKX.
Statics§
- OKX_
WS_ ORDER_ QUOTA - Rate limit for order-related WebSocket operations: 250 requests per second.
- OKX_
WS_ QUOTA - Default OKX WebSocket rate limit: 3 requests per second.