Hi I’m getting data from websocket just fine with indexes though i’m struggling to get OI data, I believe that would be because the segment_id has to be 2 but i’m struggling to refer the right instrument id for NIFTY 50.
[
{
"segment_id": 0,
"instruments": [
{ "id": 13, "name": "NIFTY 50" },
]
}
]
Can someone please refer to a sample one so I can get OI data to test?