Ethereum Transactions – How to Export Transactions into a CSV File

accountsexporttransactions

Is there a simple way to export all transactions related to a specific account/smartcontract to a CSV or some other plain text format?

Best Answer

Or you can simply use etherscan API and Json to CSV online service.

Use API, ie: https://api.etherscan.io/api?module=account&action=txlist&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&sort=asc and put it in the URL field of http://www.convertcsv.com/json-to-csv.htm

Et voilĂ .