bro-n-bro / cybernode

🧠 Provider for the Great Web.
https://cybernode.ai
Other
30 stars 11 forks source link

User story - get all ETH transactons for specific address #27

Closed abitrolly closed 4 years ago

abitrolly commented 6 years ago

Moved from https://github.com/cyberFund/cyber-browser/issues/35

Story by @Snedashkovsky - as analyst I want to get all transactions for specific address (ETH) from cybernode, so that I can run more detailed analysis on them.


Analysis is done in many programs (Jupyter, Pandas, ...) and so far CSV is the universal format to conveniently export and import various info. Much better than clicking through pages and gathering data through them. If we can expose CSV export to API, good. Link to download that CSV from API would in UI is also good. Using tools like http://ethslurp.com with cybernode would be awesome.


We've got informal API /ethereum/address/{address}/transactions

List of remaining tasks: