Web3.swift icon indicating copy to clipboard operation
Web3.swift copied to clipboard

List of all transactions related to account (private key)

Open ealymbaev opened this issue 7 years ago • 1 comments

Is it possible to get the list of all past (historical) transactions quickly? As I can see now - I can only get the count of transactions for account (using nonce number), but how can I get all these transactions in order to show to the user?

ealymbaev avatar Oct 03 '18 10:10 ealymbaev

No, as far as I know neither geth nor parity provide this option. You will have to use a service like the etherscan api. There are versions of etherscan for all major testnets and the mainnet.

https://etherscan.io/apis

koraykoska avatar Oct 03 '18 13:10 koraykoska