How to Get Ethereum Token Historical Transaction List with ETH API - Tokenview Block Explorer
How to Get Ethereum Token Historical Transaction List with ETH API - Tokenview Block Explorer
To search the transaction history of an address on the blockchain network, the most direct way is to look up it with ETH Block Explorer. For example, if you want to search the transaction history of USDT, you can just search it with Tokenview Block Explorer.
Of course, we can get the transaction list by ETH API interface. For example: curl --location --request GET
'http://www.tokenview.io:8088/eth/address/tokentrans/0x7a9daf5af03514493903d47c1eb68172940e89c2/
If you need to search the transaction history of other tokens, we only need to replace the contract address of the token that needs to be queried, and then search the address we want to search.
For more relevant data interfaces, you can submit your application form on the page to obtain free apikey for testing.
