Erc20 transactions of an addresses

Hi all,
How can i get erc20 transaction list of an addresses?

Hi @trhdtr, and welcome to the Infura community! You should be able to use Etherscan to query for the transaction history based off the info provided here in their docs. You can use web3 to do it, but it’s much slower and involves many more steps.