Incomplete data from market-quotes data API

Buy and Sell data array is always empty. (I have formatted the data while printing)

I tried this API for around 50 mins.

API - https://api.upstox.com/v2/market-quote/quotes

Data Received -

Instrument - NSE_INDEX:Nifty Fin Service
Last Price: 26716.35
Volume: None
OHLC: {'open': 26619.4, 'high': 26732.35, 'low': 26574.35, 'close': 26716.35}
Buy Depth: []
Sell Depth: []
Timestamp: 2025-08-01T10:41:08.238+05:30

Hi @PIYUSH_41443960, It looks like you’re trying with index instruments such as Nifty Fin Service and Nifty 50 , where no actual trades occur. As a result, buy and sell depth will not be available. Please try with tradable instruments like those in the EQ or FO segments to see a proper response.

Thanks