Can I get history of all erc-20 transactions for the given wallet?

I have my own ERC-20 token which is deployed in testnet, can I get history of all transactions(only erc-20) for the given wallet address?

For example: (below code works fine for eth transactions, I need same for ERC-20)
let provider = new ethers.providers.EtherscanProvider(“rinkeby”);
let history = await provider.getHistory(wallet);
console.log(history);

Hi @mvjp.183, and welcome to the Infura community!

We do not currently support finding the transaction history for specific addresses.