WebSocket Connection Limits and Scrip Subscription Cap

Hi,

I have a few questions regarding the WebSocket limits:

  1. How many WebSocket (WS) connections can be established per user ID?
  2. How many scrips can be subscribed to per WebSocket connection?

Hi @rishabh_43358740
You can establish up to two WebSocket connections per user. For more details on the number of instruments you can subscribe to, please refer to the documentation: Upstox API Documentation.

Thanks!

1 Like

Hi,
Is there any limit to the number of reconnect attempts if the WebSocket connections fails due to app crash or network error?
and any good practice suggestions for that.
Thank you