Regarding Full Market Quote

Dear Team,
I wanted to confirm that for the Upstox Plus:

  1. Is the Depth 30 available for both bid and ask?
  2. The Full Market Quote is still V2, when will V3 release?
  3. Is the Depth 30 data available via API currently?
    Regards
    Rohit

Hi @ROHIT_RAJI_1563430

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!

1 Like

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ā€]
}
}