400 Client Error: Bad Request https://api.upstox.com/v2/historical-candle/intraday/NSE_FO|48216/15minute

I am trying to fetch option strike historical price lin live session - But getting below error
400 Client Error: Bad Request

https://api.upstox.com/v2/historical-candle/intraday/NSE_FO|48216/15minute

i need clarfication from upstox does not provide intraday OHCL data for OPTIONS STRIKES ?

Hi @Daniel_48877035 OHLC data is available for option strikes. Please try using the Intraday Candles V3 API to fetch data with custom intervals, as documented.

Equivalent V3 Intraday Candle API example:
https://api.upstox.com/v3/historical-candle/intraday/NSE_FO|48216/minutes/15

Note: The Historical Candles V2 APIs are deprecated and support only 1-minute and 30-minute intervals.

Thanks