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.
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. You can go through auth flow here.