EthApi is a Python library designed for seamless interaction with the Ethereum blockchain. It provides simple methods to retrieve Ethereum and ERC20 token balances using the Infura service. Whether you're building a decentralized application or just exploring the Ethereum network, EthApi makes it easy to access essential blockchain data.
- Get ETH Balance: Retrieve the balance of Ether for any Ethereum address.
- Get Token Balance: Fetch the balance of any ERC20 token for a specified wallet address.
- Easy Integration: Simple setup and usage with minimal code.
- Python 3.6 or higher
web3.py
library
To install the required library, just run code.