Tokens
Last updated
Last updated
Returns the current amount of an ERC-20 token in circulation.
https://api-hoodi.etherscan.io/api
?module=stats
&action=tokensupply
&contractaddress=0x639d4384b429ea4660f377b7a29dae6d2255090f
&apikey=YourApiKeyToken
Try this endpoint in your browser π
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Returns the current balance of an ERC-20 token of an address.
https://api-hoodi.etherscan.io/api
?module=account
&action=tokenbalance
&contractaddress=0x639d4384b429ea4660f377b7a29dae6d2255090f
&address=0x955866ee0bd3b8b0be4d4ea306670f34b90ef3ed
&tag=latest&apikey=YourApiKeyToken
Try this endpoint in your browser π
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance