blockscout / blockscout

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
http://docs.blockscout.com
GNU General Public License v3.0
3.48k stars 2.35k forks source link

Extend CSV export API to allow export token transfers from token #7909

Open vbaranov opened 1 year ago

vbaranov commented 1 year ago

Currently, Blockscout supports CSV exporting of transactions, token transfers, logs, internal transactions on address, but doesn't allow to export token transfers of the token.

I would suggest adding such API endpoint, which could live at

.../token-transfers-csv?token_id=0xdAC17F958D2ee523a2206206994597C13D831ec7&from_period=2023-07-10&to_period=2023-07-11&filter_type=address&filter_value=null&recaptcha_response=....
Karkunow commented 4 months ago

Would be great to have that! @nikitosing, is this in progress?