I am developing a contract in which I have to check whether the incoming token is paired with USD to get the price feed of Chainlink from the smart contract. Only such tokens are going to be added to my smart contract. Does Chainlink have any functions to get the verified or registered list of pairs from a smart contract?
I have gone through https://docs.chain.link/data-feeds/feed-registry, which supports only a few tokens on the Ethereum Mainnet. I am developing my application on the Polygon mainnet.
The Feed Registry is only avaiable on Ethereum Mainnet
I suggest you create your own table to manage it on Polygon.