Sorry, we don't support your browser.  Install a modern browser

txlist returns dupes (but with different timestamps)#256

?

Example, see:
https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api?module=account&action=txlist&address=0x6a5dceff750561ae05ba3eafd961ad5fdc73a12b&startblock=0&endblock=99999999&page=1&offset=1000&sort=asc&apikey=

(add an api key)

Search the result for 0x5c1cc1860c6cad4920a798cbba53195007486bb57e78c4551d9ceba192eb5bbc

The transaction appears twice. Identical, except one has a timestamp of 1632318341 and the other 1632325541

a month ago
R
Changed the status to
In Progress
a month ago
R

fixing this shortly. Thanks for the feedback

a month ago
R
Changed the status to
Completed
a month ago
?

Why was this marked as “completed”? Nothing has changed in the results - it’s still duplicated.

a month ago
R
Changed the status to
In Progress
a month ago
?

If it helps, the way to determine which of the duplicates is correct is to query the block. Check the timestamp of the block and match it, and that’s the correct transaction.

I have a feeling your database is saving transactions from blocks that were ultimately rejected/replaced by other blocks.

22 days ago