Expand description
WebSocket client for dYdX v4 API.
This client provides streaming connectivity to dYdX’s WebSocket API for both public market data and private account updates.
§Authentication
dYdX v4 uses Cosmos SDK wallet-based authentication. Unlike traditional exchanges:
- Public channels require no authentication.
- Private channels (subaccounts) only require the wallet address in the subscription message.
- No signature or API key is needed for WebSocket connections themselves.
§References
Structs§
- Dydx
WebSocket Client - WebSocket client for dYdX v4 market data and account streams.