Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
639 stars 188 forks source link

List of all transactions related to account (private key) #71

Open ealymbaev opened 5 years ago

ealymbaev commented 5 years ago

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?

koraykoska commented 5 years ago

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