Retrieve uniswap transactions

Hi there,

Iā€™d like to retrieve all transactions done in a certain period on uniswap.
But when I try to use /erc20/(address)/transfers (via the Web3 API ā€œTry it outā€ button) on the chain eth with the contract address 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 (Uniswap address according to etherscan.io), it returns 0 resultsā€¦ Can you tell me what Iā€™m doing wrong?

Thanks in advance!

What other parameters are you using? That address is returning 547 results on its own.

https://deep-index.moralis.io/api/v2/erc20/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/transfers?chain=eth

Thanks for your reply!

Iā€™m also using a from_date (2022-05-30) and a to_date (2022-06-01).
When looking at etherscan, this should return hundreds of transactions (18 in the last 10 minutes alone): https://etherscan.io/token/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984

It seems to be accurate looking at the ERC20 Token Transactions.

This endpoint will not return all of those transactions you are looking at. You will probably need to look at syncing all of those emitted events to get all of those transactions.