Market Depth missing in websocket

We don't see the market depth data in the websocket dump

{
    "s": "ok",
    "d": {
        "7202": [],
        "7208": [
            {
                "s": "ok",
                "v": {
                    "high_price": "233.4",
                    "prev_close_price": 204.35,
                    "ch": -36.35,
                    "tt": 1639026096,
                    "description": "NSE:NIFTY21DEC17600CE",
                    "short_name": "NIFTY21DEC17600CE",
                    "exchange": "NSE",
                    "low_price": 166.85,
                    "cmd": {
                        "c": 168,
                        "h": 170,
                        "l": 168,
                        "o": 169.7,
                        "t": 1639026060,
                        "v": 1850,
                        "tf": ""
                    },
                    "original_name": "NSE:NIFTY21DEC17600CE",
                    "chp": -17.79,
                    "open_price": 210.95,
                    "lp": 168,
                    "symbol": "NSE:NIFTY21DEC17600CE",
                    "LTQ": 50,
                    "L2_LTT": 1639026095,
                    "ATP": 195.14,
                    "volume": 672700,
                    "tot_buy": 42350,
                    "tot_sell": 75800,
                    "bid": 167.8,
                    "ask": 168.25,
                    "spread": 0.44999999999998863,
                    "marketStat": 2
                },
                "n": "NSE:NIFTY21DEC17600CE",
                "fy": 101121123072497,
                "fycode": 7208
            }
        ],
        "31038": []
    }
}
7 replies