etherscan-python icon indicating copy to clipboard operation
etherscan-python copied to clipboard

A minimal, yet complete, python API for Etherscan.io.

Results 16 etherscan-python issues
Sort by recently updated
recently updated
newest added

Logs API Calls are missing https://etherscan.io/apis#logs

enhancement

I would like to know if there is a way of returning all contract adresses from a given wallet address. I.e. to return all tokens and their contracts within a...

[gasPrice] cannot be obtained as a key value when using the *get_internal_txs_by_address* method. Isn't there a way to get [gasPrice] ? By the way, it can be obtained by *get_normal_txs_by_address*...

The paginated options for the ERC20 search are less complete than the API. The start and end block arguments are missing and there is no ability to do a paginated...

Ideally the get_erc20_token_transfer_events_by_address_and_contract_paginated would not force the argument for contract address and some code repetition would be removed. But it would move positional arguments so added in new method