Plz slove the issue

Dear Upstox API Team,

I am developing a custom trading terminal integrated with Excel and Python using the Upstox API.

Currently, my app only shows the “Order Update” permissions in the developer console.

I require real-time market data and streaming (LTP, WebSocket) access for strategy execution.

Please enable the following scopes for my registered app:

- read_market_data

- stream_market_data

- read_orders

- write_orders

- read_portfolio

App Name: Trading Terminal

Client ID:

Registered Email:

Once these permissions are enabled, I will reauthorize my app using OAuth to generate a new token.

Thank you for your support.

Best regards,

<>

Hi @SUPRIYA_10838178 , there is no extra permission required for reading or streaming market data and orders

Checkout the Developer APIs page for order and market related APIs

Checkout for realtime market data, refer for Market Data Feed V3 | Upstox Developer API

Also, refer of the rate limiting applicable Rate Limits | Upstox Developer API

Thanks