Geting issue with websocket

I have set up WebSocket integration in my Node.js application using:

const UpstoxClient = require(“upstox-js-sdk”)

However, I’m encountering HTTP errors such as 403 (Forbidden) and 429 (Too Many Requests) during the WebSocket handshake process.

I’m certain that I haven’t exceeded any request limits, so I’m unsure why these errors are occurring. Could you please help me understand the possible reasons and how to resolve this issue?

@Himanshul_Keshri That shouldn’t happen unless you’ve gone over the limit. Please double-check the connection and subscription limits as detailed here Market Data Feed V3 | Upstox Developer API

Thanks