Request for Enabling read_option_chain Scope

Dear Upstox API Team,

I’ve created a developer app on the Upstox Developer Console named AhmedMUnirTapadarI require access to the following scopes for building a live Option Chain app for personal trading and research:

  • read_option_chain
  • read_market_data
  • read_instruments

Kindly enable these scopes for my app.

Hi @AHMED_4691224
In the Upstox API, there are no specific scopes—all APIs are accessible to all users as long as you have a valid access token.

You can refer to the following APIs as per your request:

  1. Option Chain API
  2. Market Quote API
  3. Instruments (JSON Files)

For better performance, especially with option chain and market data, we recommend using WebSocket connections.
To simplify integration, refer to the streamer functionalities provided in various SDKs:

Thanks!