Reputation: 269
Given a Ethereum wallet address, how can one find all the ERC token it holds. Specifically the token name and balance. Is it possible to do this programatically ie. by writing any code ?
Upvotes: 1
Views: 764
Reputation: 1184
If you're using Javascript Metamask has a package for retrieving the token info of any token address.
Upvotes: 1