I'm building a simple application to track new token listings on the Solana blockchain, along with their current prices. I want to retrieve information such as the token name, token address, and current price.
I'm looking for a way to do this programmatically, similar to how DEXTools provides token information for Ethereumor Solana.
Could someone guide me on the best approach or libraries I should use to accomplish this on Solana?
Any examples or resources would be highly appreciated!