When I use etherscan web app, I can get a nice summary for each transaction(input info, token transfers, value, fee, etc.) – for example: https://etherscan.io/tx/0x4ed432c9971962e78700e5e5bea52be58d106e5012b9cfc00d1beb2ce14d03a1
I want to get the same results with their API, but I can’t find an endpoint for it. Am I missing something? If they don’t offer such an endpoint, maybe another block explorer can expose such an API?
I’ll mention that the most important part for me is the token transfers("ERC-20 Tokens Transferred" in etherscan website).