I'm trying to get a list of ERC-20 transactions by address. I've tried Etherscan API it doesn't seem to have a url to accomodate. Here are the Etherscan APIs that are similar but do not accomplish the task:
- Get a list of 'Normal' Transactions By Address
- Get a list of 'Internal' Transactions by Address
- Get a list of 'ERC20 - Token Transfer Events' by Address
How are y'all monitoring erc-20 transactions by smart contract address?
PS Ideally there's a solution for this directly from the blockchain but I'll take whatever clue you can provide. Thank you!