Skip to content

This script use etherscan.io API to fetch Ethereum addresses balance

License

Notifications You must be signed in to change notification settings

Chiheb-Nexus/Ethereum-Balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum-Balance

This script use etherscan.io API to fetch Ethereum addresses balance

Usage

python3 ethBalance.py -F input_addresses_file_path -O output_file

OR:

python3 ethBalance.py --file input_addresses_file_path --out output_file

Notice

You can put your own etherscan.io API_Key in :

self.API_TOKEN = "_Your_API_Token"

For more info about etherscan API_Key please visit this link: etherscan.io

About

This script use etherscan.io API to fetch Ethereum addresses balance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages