Hi There
I would like to find out, is there a way to get all the ERC721 and ERC20 tokens from an address?
https://etherscan.io/ can list all the tokens in a combobox and I would like to access similar data without specifying every possible ABI out there.
Kind Regards
Hi @Arnold_Jeandre, and welcome to the Infura community!
Here at Infura, we offer access to the low-level Ethereum JSON-RPC API, which doesn’t provide a way to query for all ERC721s or ERC20s by address. It could, however, allow you to build a system like Etherscan’s on your own that does exactly what you want it to do, but building it is out of our support’s scope
Alternatively, if you need an API that just does it, I would suggest reaching out to the Etherscan team directly.