Option chain api - missing some strike values

while fetching option chain some times api return empty market_data & option_greeks

{
“status”: “success”,
“data”: [
{
“expiry”: “2025-04-24”,
“strike_price”: 25600.0,
“underlying_key”: “NSE_INDEX|Nifty 50”,
“underlying_spot_price”: 23851.65,
“call_options”: {
“instrument_key”: “NSE_FO|79754”,
“market_data”: {

},
"option_greeks": {
  "pop": 0.0
}

},
“put_options”: {
“instrument_key”: “NSE_FO|79755”,
“market_data”: {

},
"option_greeks": {
  "pop": 0.0
}

}
}
]
}

@Patil_12335314 This can happen if the instrument has low activity or liquidity at that moment. It may also occurs if real-time data is temporarily unavailable or delayed from the exchange.

If you notice this happening consistently for specific instruments or timeframes, please share the request details (instrument key and timestamp) so we can look into it further.