Upstox API to get live Market data

Hello Upstox Community,

I am looking to obtain live market data from the Upstox API. Is there a way to access the live market feed continuously without interruptions and without having to refresh the access token daily?

@Sidharth_p, you can subscribe to the Market Data Feeder websocket to receive live updates on the prices of subscribed instrument keys.

For easier implementation of websockets, you can refer to the streamer functionalities provided in various programming languages:

Please note that the authentication token is valid for a single day and expires at 3:30 AM, so you will need to generate a new auth token daily to continue receiving the feed from the websocket.

Thank you.