Subscription Limitations in WebSocket for Market Data and Orders

Can I subscribe to both order updates and market data simultaneously through Websocket?

No, it is not possible to subscribe to both order updates and market data simultaneously through WebSocket. Each subscription type – order updates and market data – requires a separate subscription. This separation ensures that each data stream is managed effectively and allows for specialized handling of different types of data.