I plan to just consume the ltp quote endpoint without having the end-user i.e the customer to have to go through the login process.
I do not plan to use any endpoints which are specific to end users. General endpoints about the market like ltp quote, stock historical data are the ones I plan to consume.
Is that possible?
Hi @Parth_Shah,
Yes, you can access market quotes and other APIs once you’ve created an account with Upstox.
Here’s how to get started:
- Create a new app by following the steps outlined here:
How to create an API app - Refer to our documentation for generating an access token:
Authentication Guide - Once you have the access token, you can use any API available on this page:
Open API Documentation
Thank you!
Hi @Ketan,
I can see a Access Token can be generated from the My apps section for an app. Screenshot attached -
Do we have a API exposed for this functionality?
@Parth_Shah Yes, please refer to the link below:
@Pradeep_Jaiswar The endpoint you mentioned still relies on involvement of the end user, I want an endpoint which can give me access token solely based on my App and not of the end user to get LTP Quote. Is this possible?
Hi @Parth_Shah
API Individual apps are designed to require end-user involvement for accessing APIs. You can have the end user log in via Upstox to generate the access token.
Thanks!