info icon indicating copy to clipboard operation
info copied to clipboard

Export data from charts and transaction lists

Open callil opened this issue 4 years ago • 4 comments

We should add the ability to export data as csv in both of these areas. The export should reflect the selected view. We also need to figure out how to have the user input some parameters to edit the date range.

  • [ ] Design for export button / modal(?)
  • [ ] Data investigation - how to query and format correctly

callil avatar May 19 '20 13:05 callil

Still not implemented? It seems so.

Would be awesome to have this on https://info.uniswap.org/account/{ACCOUNT}

0x53fa29jhezc avatar Oct 11 '20 22:10 0x53fa29jhezc

I think most important are the trades for tax reporting etc.

The CSV Columns should be kind of [ timestamp, baseSymbol, quoteSymbol, baseAmount, quoteAmount, txId, ... ]

0x53fa29jhezc avatar Oct 11 '20 22:10 0x53fa29jhezc

Seems the current transaction list contains only the last 90 Days. For an export It would be for sure important to have the full transaction history of an account.

0x53fa29jhezc avatar Oct 11 '20 22:10 0x53fa29jhezc

I built a 3rd party exporter to download your uniswap v2 + v3 transactions in csv.

The current list already contains the standard:

[
timestamp,
baseSymbol,
quoteSymbol,
baseAmount,
quoteAmount,
txId,
usdAmount0,
usdAmount1,
]

Not a native integration, but a solution if you need the export.

P.S. I'm working on a dex analytics solution for traders on uniswap, and figured it would be useful to expose certain functions e.g. to export transactions to anyone who needs them.

georgy95 avatar Oct 22 '22 14:10 georgy95