hi all, a little question. What function in infura to retrieve all transaction hash done (success, pending and fail) by an address?
This is a little self-serving as it’s my project, but you should check out TrueBlocks. This is literally exactly what TrueBlocks does. The Ethereum node has some ability to do this through logs, but we’ve found that logs are not the whole picture for a given address. First, logs only appear for smart contracts, so non-smart contracts can’t be found (except as they interact with smart contracts which is about half of what a non-smart contract address does – sending ETH directly is the other half). http://trueblocks.io
1 Like