Request for Market Data WebSocket Access for Algo Trading App

Hello Upstox Developer Support Team,

I have created an application on the Upstox Developer Console (App Name: MyApp).

I am building an algorithmic trading system that requires real-time market data
via the Market Data WebSocket API for:

  • Live LTP
  • Option chain analysis
  • PCR calculation
  • RSI and indicator-based decision making
  • Automated trading with risk management

Currently, the “Market Data Feed” permission is not visible in my app configuration.
I understand this permission may require manual enablement.

Kindly enable Market Data WebSocket access for my developer account.

Account Email: roshanninawe80@gmail.com
App Name: MyApp
App ID: 6a2c0be9-4211-4d59-bd2c-21dd8c69897d

Thank you for your support.

Regards,
Roshan

All APIs, including the Market Data WebSocket, are available to all users by default.
There is no separate permission or manual enablement required for Market Data APIs.

If you are unable to access market data, please verify the following:

  • You are using the correct and latest API endpoints as per the documentation.
  • Your access token is valid and not expired.
  • You are using valid instrument keys from the instruments JSON files.
  • You are connecting to the v3 Market Data WebSocket (v2 has been discontinued).

You can refer to the official documentation here:

Thanks!