Syed Afzal
Syed Afzal

Reputation: 269

Given a Wallet Address, How do you get the ERC token it holds programatically?

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

Answers (1)

webjunkie
webjunkie

Reputation: 1184

If you're using Javascript Metamask has a package for retrieving the token info of any token address.

Upvotes: 1

Related Questions