Did anyone checked 200 market depth and deployed in realtime?

I tried different ways but not got any data, that’s why i am asking my fellow api users about 200 market depth , does any succeed please share your thoughts and possible errors you faced, I want to know its working or not from api traders view (I know dhan team will share code here , but it didn’t worked that’s why asking others so that dhan team can know the reality) .

Hey @Rem_555 ,

We’re really sorry for the inconvenience caused. Could you please share a convenient time for us to connect with you over a call? We’d be happy to assist you better.

sorry, i am unable to attend the call , i will share the details through email can you share the email.

Hey @Rem_555 ,

You can mail us the details over help@dhan.co.

thank you i mailed the details

yep, i was able to integrate it in my system. able to see full depth.

if your issue is not yet resolved by now, let me know what issue you are facing, i can share my experience on integrating it if needed, hope that helps

hello Dhan tech team , could you confirm if 200 level feed only works for equity ? i can only make it work for equity but not for nifty future contract.. please advise and fix the issue with full depth for NIFTY and BANKNIFTY future contract. below is what i used and the request body..

Connecting to: wss://full-depth-api.dhan.co/twohundreddepth?

Connected!
Sending Subscription: {“RequestCode”:23,“ExchangeSegment”:“FUTIDX”,“SecurityId”:“49229”}

i am breaking my head over this as well., i have been able to gte 20 depth wothout any issue but for 200 depth its not working for NIFTY future contract… @TraderX would you mind sharing your exp pls or the code snippet pls(any language is fine, i can adopt to py or node) .cheers!

Hey @PWTrades

Welcome to MadeForTrade community!

Full depth works both for equity and F&O contracts in NSE. If you are able to connect for equity, you should be able to get for futures contract as well.

From the documentation, the request structure is as below:

{
    "RequestCode" : 23,
    "ExchangeSegment" : "NSE_EQ",
    "SecurityId" : "1333"
}

On ExchangeSegment, you need to pass it as NSE_FNO for futures. This is why you might be getting the error.

1 Like