GET /dexes response and handles connection management, reconnection, and data normalization automatically.
All incoming data is normalized to the same types used by REST responses (OrderbookResponse, Order, Position, etc.), so your application logic works identically whether the data came from a REST call or a WebSocket event.
See SDK / Streaming for usage details and available channels.