DeveloperBreeze

Token Transactions Development Tutorials, Guides & Insights

Unlock 1+ expert-curated token transactions tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your token transactions skills on DeveloperBreeze.

How to Query ERC-20 Token Balances and Transactions Using Ethers.js and Etherscan API

Tutorial October 24, 2024

You should see the token balance printed in the console, in a human-readable format (typically with 18 decimals for ERC-20 tokens).

Now let’s query the ERC-20 token transfer history for a specific wallet address using the Etherscan API.