Skip to main content

How to Get Ethereum Token Historical Transaction List with ETH API - Tokenview Block Explorer

tokenviewLess than 1 minute

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 Exploreropen in new window.

tokenview eth block explorerOf 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/

tokenview eth block explorer 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 formopen in new window on the page to obtain free apikey for testing.

tokenview eth block explorer
tokenview eth block explorer
Last update: