ERC20 Balances – Using EtherScan API for ERC20 Token Balance

balanceserc-20etherscan

Is there any API for ERC20 token balance of an address for a particular contract?

Best Answer

From https://etherscan.io/apis#tokens:

Get ERC20-Token Account Balance for TokenContractAddress https://api.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x57d90b64a1a57749b0f932f1a3395792e12e7055&address=0xe04f27eb70e025b78871a2ad7eabe85e61212761&tag=latest&apikey=YourApiKeyToken

Related Topic