I have a pipeline in mind that I want to implement with Etherscan. Etherscan provides all the information I need on the browser but I cannot find the related module/action pair to retrieve the same information through the API.
These are the three pieces of information I'd like to access through the API.
- transaction list by contract address, such as https://etherscan.io/address/0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5
- internal transaction list by contract address, such as https://etherscan.io/address/0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5#internaltx
- state change by transaction hash, such as https://etherscan.io/tx/0x36a692fe15c8b266e98acbecfe86d9aad024650dab72b15ae9623e2097ecc4f6#statechange
Any suggestions? If I can get the same information also with other API providers, I'm fine.
Thank you for your help.