Tokens

Get ERC-20 Token TotalSupply by ContractAddress

Returns the total supply of a ERC-20 token.

https://api-zkevm.polygonscan.com/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0x90cc6C10C7211844c66640b4d01486cb45E0F3E8
   &apikey=YourApiKeyToken

Query Parameters

Get ERC-20 Token Account Balance by ContractAddress

Returns the current balance of a ERC-20 token of an address.

https://api-zkevm.polygonscan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x90cc6C10C7211844c66640b4d01486cb45E0F3E8
   &address=0x808081269906e0e01285ed9c3525c67e09811860
   &tag=latest
   &apikey=YourApiKeyToken

Query Parameters

Returns the historical amount of a ERC-20 token in circulation at a certain block height.

https://api-zkevm.polygonscan.com/api
   ?module=stats
   &action=tokensupplyhistory
   &contractaddress=0x831753dd7087cac61ab5644b308642cc1c33dc13
   &blockno=20071631
   &apikey=YourApiKeyToken

Query Parameters

Last updated