py-etherscan-api icon indicating copy to clipboard operation
py-etherscan-api copied to clipboard

Python bindings to the Etherscan.io API

Results 34 py-etherscan-api issues
Sort by recently updated
recently updated
newest added

I've been working on correcting my code from when I originally started. I am still learning a lot and made some mistakes that needed to be fixed.

EmptyResponse Traceback (most recent call last) in () ----> 1 trans = api.get_all_transactions() /export/home/rkalak/.local/lib/python3.6/site-packages/etherscan/accounts.py in get_all_transactions(self, offset, sort, internal) 90 while True: 91 self.build_url() ---> 92 req = self.connect() 93...

API does not work on newer version of python and there is a computability issue with newer versions.

Hello! I would like to use your library to access the Ropsten network. I saw that the main change to switch networks was the base URL. I cloned your repo,...

are there any equivalent methods in this tools for these two methods ? api.get_ext_transactions(), api.get_int_transactions()

hello when execute api.get_balance_multiple() it raises this error when i call api = Account(address=[list of adress], api_key=one_key_in_string) balances = api.get_balance_multiple() this works about one year ago now i dont know...

OK page 1 added OK page 2 added OK page 3 added OK page 4 added OK page 5 added OK page 6 added OK page 7 added OK page...