pcko1 / etherscan-python

A minimal, yet complete, python API for Etherscan.io.
MIT License
408 stars 111 forks source link

is there any method for external transactions as get_internal_txs_by_address() ? #8

Closed kalkite closed 3 years ago

pcko1 commented 3 years ago

For external transactions use get_normal_txs_by_address. Also kindly refer to the official etherscan.io documentation for more details on all available methods.