I want to use moralis to create a tool similar to "DEXtools", can moralis do it?

I want to use Moralis to create a tool similar to “DEXtools”, which can obtain basic data of all trading pairs of pancakeswap and Uniswap, and there is almost no impact on the price due to delays. Can it be done? What should i do

I don’t know what you mean with and there is almost no impact on the price due to delays.
You can get the price of a token with Moralis with a syntax like

Moralis.Web3API.token.getTokenPrice({address: “0xdAC17F958D2ee523a2206206994597C13D831ec7”, chain: “eth”})