Dear Team,
I wanted to confirm that for the Upstox Plus:
- Is the Depth 30 available for both bid and ask?
- The Full Market Quote is still V2, when will V3 release?
- Is the Depth 30 data available via API currently?
Regards
Rohit
Dear Team,
I wanted to confirm that for the Upstox Plus:
Yes depth 30 data is available for both bid and ask.
As of now release of V3 full market quote API is not in our release pipeline for planning.
D30 data is only available via the web socket.
Thanks!
Thank you!
Hi,
I have subscribed to Upstox Plus, I am trying to access the 30 Depth using full_30 in Market Data Feed V3 request structure. I am not receiving the requested feed. I am using the following request structure:
data = {
āguidā: āsomeguidā,
āmethodā: āsubā,
ādataā: {
āmodeā: āfull_30ā,
āinstrumentKeysā: [āNSE_EQ|INE002A01018ā]
}
}