Transaction History

I’m trying to draw a list of historic transactions associated with a specific Eth wallet address but I don’t see a method capable of this. Is this posible with Infura, or do I need to employ another technology (Solidity+Node, Web3.js, etc?)

Thanks!

Hi @mcnicholas, and welcome to the Infura community!

We offer an add-on for archive data and then you could use the eth_getTransactionBy options, however, if you’re looking for the transactions by a specific address, you’re correct - that’s not something we offer at this point.

Thanks for taking the time to answer.

@mcnicholas Check out TrueBlocks. That’s exactly what we do. (TrueBlocks is my project.)

1 Like