Api data not matching with live market

I have successfully fetched the option chain data but it is not matching with live market data right now also some areas are empty i.e there is no data for specific call/put ltp
Give me the way to match it with the live market data
How do I connect the api then to fetch live market feed

@Aashish_Tahlan - You can use Market Feeder v3 for live data.

But I am working on v2 option chain data curl
Then how Can I use V3 feeder ?
Provide me the valid solution for that
https://api.upstox.com/v2/option/chain?instrument_key=NSE_EQ|INE090A01021&expiry_date=2025-02-27
Is there any url for feeder ?

@Aashish_Tahlan Live market data is available via the feeder. Please refer to the documentation for details on the data provided. We recommend using the v3 feeder, as v2 is set to be deprecated. Learn more here.

Thanks!