py-etherscan-api
py-etherscan-api copied to clipboard
Python bindings to the Etherscan.io API
Since Cloudflare is blocking Python requests user agent on Ropsten I would recommend to adjust the client user agent. Maybe you could put `py-etherscan-api {version}` on the client user agent....
As the question
There are a couple of release that were made silently. These releases need to be tagged on git so people can easily reference to it when installing the package. You...
There should be a check if the offset parameter when calling a method (e.g. get_all_transactions) is zero and raise an error accordingly. Otherwise the call will end up in an...
py-etherscan-api does not currently provide event logs support. That would be a nice one to have. See API documentation here: https://etherscan.io/apis#logs I can work on it and make a pull...
It might be useful for developers to have access to the Etherscan Ropsten API. Base URL is https://api-ropsten.etherscan.io/api Documentation can be found here: https://ropsten.etherscan.io/apis
I have been trying to determine what data ought to be returned with a method call. As of right now most methods return only the "result" from the json request...
[export-0xab0B82a693c5af37a92753c4841232b7a92b513b.csv](https://github.com/corpetty/py-etherscan-api/files/14460987/export-0xab0B82a693c5af37a92753c4841232b7a92b513b.csv)
update accounts.py: update get_transaction_page function with erc721 &1155 transaction filter fulfill get_internal_by_hash function