LTP Quote Endpoint

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:

  1. Create a new app by following the steps outlined here:
    How to create an API app
  2. Refer to our documentation for generating an access token:
    Authentication Guide
  3. Once you have the access token, you can use any API available on this page:
    Open API Documentation

Thank you!