Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork250
Python bindings to the Etherscan.io API
License
corpetty/py-etherscan-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
EtherScan.io API python bindings
This module is written as an effort to provide python bindings to the EtherScan.io API, which can be found at:https://etherscan.io/apis. If you are interacting with a contract on the Ropsten Testnet please usehttps://ropsten.etherscan.io/apis.In order to use this, you must attain an Etherscan user account, and generate an API key.
In order to use the API, you must provide an API key at runtime, which can be found at the Etherscan.io API website.If you'd like to use the provided examples without altering them, then the JSON fileapi_key.json
must be stored inthe base directory. Its format is as follows:
{ "key" : "YourApiKeyToken" }
withYourApiKeyToken
is your provided API key token from EtherScan.io
To install the package to your computer, simply run the following command in the base directory:
python3 -m pip install py-etherscan-api
Currently, only the following Etherscan.io API modules are available:
- accounts
- contracts
- stats
- tokens
- proxies
- blocks
- transactions
- Logs
- Gas Tracker
The remaining available modules provided by Etherscan.io will be added eventually...
Currently, this works for the following networks:
- Mainnet
- Ropsten
All possible calls have an associated example file in the examples folder to show how to call the binding
These of course will be fleshed out with more details and explanation in time
Jupyter notebooks area also included in each directory to show all examples
- Package and submit to PyPI
- Add the following modules:
- geth proxy
- websockets
- Add robust documentation
- Add unit test suite
- Add request throttling based on Etherscan's suggestions
BTC: 16Ny72US78VEjL5GUinSAavDwARb8dXWKG
ETH: 0x5E8047fc033499BD5d8C463ADb29f10f11165ed0
About
Python bindings to the Etherscan.io API
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.