Which permission is required for algo trading, and “Market Data” is not giving access, so “LTP Missing” is coming repeatedly, how to solve this problem

@AMIT_CHAND_12307696 No special permission is required to access the Market Quote APIs. However, it seems the instrument_key you’re using is incorrect. As per the logs, the value you are passing NSE_EQ|RELIANCE is not in the expected format.

The correct format should be a combination of segment|ISIN.

Please refer to the earlier response for more details.