data = {
guid: “someguid_nse_”,
method: “sub”,
data: {
mode: “full”,
instrumentKeys: [‘NSE_FO|52000’],
},
};
My subscription data is above
I can get the feed value when I am using v2 https://api.upstox.com/v2//feed/market-data-feed/authorize. but there is a 1 min candle delay issue.
Example response time 13:36:59 getting 13:35 value.
In case if I use https://api.upstox.com/v3/feed/market-data-feed/authorize. nifty 50 works fine, but option subscription returns empty value {}, same data above for option subscription works in V2 WebSocket with 1 min missing issue.
Now I am confused which version works for WebSocket.