3

Just like we can crawl all external transactions in Etherscan, Is there a tool/method to collect all internal transactions from there ?

1 Answer 1

5

Etherscan API allows getting the internal transaction by address. The description of the tool can be found here:

https://etherscan.io/apis#accounts

and an example is this:

https://api.etherscan.io/api?module=account&action=txlist&address=0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a&startblock=0&endblock=99999999&page=1&offset=10&sort=asc&apikey=YourApiKeyToken

Hope this helps you

3
  • BTW are the internal contracts stored in the blockchain ? Commented Jan 5, 2019 at 17:40
  • Also, i made a some researchs on it, and i saw in some papers it says that Etherscan, for keeping the the website avaliable to all visitors ussualy restrict the amount of data that can be crawled. Is that true with the method that you introduce here ? Commented Jan 5, 2019 at 17:57
  • 1
    The internal transactions are the result of execution of code. The limits of etherscan are 5 requests per second. Commented Jan 5, 2019 at 20:36

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.