WebSocket authorization succeeds but connection returns HTTP 403

Details:

  • REST API: :white_check_mark: Works (can fetch quotes)
  • WS Auth API: :white_check_mark: Works (get_market_data_feed_authorize_v3 succeeds)
  • WS Connect: :cross_mark: 403 Forbidden

WebSocket URL format:
wss://wsfeeder-api.upstox.com/market-data-feeder/v3/…

Question: it was working last week , any idea on this ?

Hi @Muneer_K

Can you check the number of connections you have created for Market data v3 websocket, seems like you are getting forbidden message because of connection more than allowed number of websocket connections.

Refer for the allowed limits Market Data Feed V3 | Upstox Developer API

Thanks!