Api data could not be found

I have used the option chain api provided by you but only put data is fetched and now I am trying to fetch both data from your api


This is th message I am getting
Please solve this issue as I am really getting many problems since many days and nothing work out for me even I have asked you guys to make a call for smooth communication

Hi @Aashish_Tahlan, you are using an incorrect instrument key. Please try using the underlying key for ICICI, which is NSE_EQ|INE090A01021.

You can use the following cURL request, and it should work:

curl -X 'GET' \
  'https://api.upstox.com/v2/option/chain?instrument_key=NSE_EQ%7CINE090A01021&expiry_date=2025-04-24' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer {auth_token}'

Thanks