Server To Server Authentication for specific Api's

faheen12
Hi Team,

Is there any api to get stock name with latest price in a single api and also need server to server authentication

  • rakeshr
    Is there any api to get stock name with latest price in a single api
    Didn't get you on this? Are you trying to fetch all exchange all segment contracts(i.e 20k+ contracts) symbol/name with LTP in a single API request?
    Then no, we don't have a specific API for this. You can either use quote APIs(which accepts exchange: trading symbol as input) or Websocket streaming(which accepts instrument tokens) to fetch requested instruments detail.
    need server to server authentication
    You can go through auth flow here.
Sign In or Register to comment.