OptionChain API has the null values for bidPrice, bidQty, askPrice, askQty, closePrice and prevOi

While I was fetching the options data for bank nifty, I noticed that these values are coming null for all the options that I noticed.
even analytics values are 0

PutCallOptionChainData{instrumentKey='NSE_FO|59262', marketData=class MarketData {
Mar 13 06:32:01:    ltp: 2273.5
Mar 13 06:32:01:    volume: 48600
Mar 13 06:32:01:    oi: 114090.0
Mar 13 06:32:01:    closePrice: null
Mar 13 06:32:01:    bidPrice: null
Mar 13 06:32:01:    bidQty: null
Mar 13 06:32:01:    askPrice: null
Mar 13 06:32:01:    askQty: null
Mar 13 06:32:01:    prevOi: null
Mar 13 06:32:01: }, optionGreeks=class AnalyticsData {
Mar 13 06:32:01:    vega: 0.0
Mar 13 06:32:01:    theta: 0.0
Mar 13 06:32:01:    gamma: 0.0
Mar 13 06:32:01:    delta: 1.0
Mar 13 06:32:01:    iv: 0.0
Mar 13 06:32:01:    pop: 99.0
Mar 13 06:32:01: }, strikePrice=46000.0 }

@Ketan @shanmu Can you look into this.
I also wanted to confirm if there is any API to give me the margin information for option positions?
an API for this data

Hi @Kautilya,

Could you please specify the date and time when you called this API?

Additionally, I was able to retrieve this data correctly for Bank Nifty today. Could you check on your end and confirm here?

{
            "expiry": "2025-03-27",
            "pcr": 12.7961,
            "strike_price": 46000.0,
            "underlying_key": "NSE_INDEX|Nifty Bank",
            "underlying_spot_price": 48060.4,
            "call_options": {
                "instrument_key": "NSE_FO|59262",
                "market_data": {
                    "ltp": 2124.7,
                    "volume": 55950,
                    "oi": 111810.0,
                    "close_price": 2238.5,
                    "bid_price": 2123.25,
                    "bid_qty": 90,
                    "ask_price": 2145.2,
                    "ask_qty": 90,
                    "prev_oi": 132450.0
                },
                "option_greeks": {
                    "vega": 10.1151,
                    "theta": -5.1264,
                    "gamma": 1.0E-4,
                    "delta": 0.9474,
                    "iv": 14.19,
                    "pop": 48.55
                }
            },
            "put_options": {
                "instrument_key": "NSE_FO|59265",
                "market_data": {
                    "ltp": 49.5,
                    "volume": 3568290,
                    "oi": 1430730.0,
                    "close_price": 62.45,
                    "bid_price": 49.5,
                    "bid_qty": 150,
                    "ask_price": 50.05,
                    "ask_qty": 900,
                    "prev_oi": 1423530.0
                },
                "option_greeks": {
                    "vega": 13.1501,
                    "theta": -7.4672,
                    "gamma": 1.0E-4,
                    "delta": -0.0736,
                    "iv": 15.9,
                    "pop": 7.31
                }
            }
        }

Yes @Kautilya we do have Margin Details | Upstox Developer API

This happened to me as well when i thought it was a protobuf issue but it was automatically resolved