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
}
}
}
]
}