Tokens

Get ERC-20 Token TotalSupply by ContractAddress

Returns the total supply of a ERC-20 token.

https://api-cardona-zkevm.polygonscan.com/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0xa31437cf39E4E849bc1E2826f220E7535a451d00
   &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-cardona-zkevm.polygonscan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0xa31437cf39E4E849bc1E2826f220E7535a451d00
   &address=0x726118C75a047e03C62d719E304d0aD3d91072dA
   &tag=latest
   &apikey=YourApiKeyToken

Query Parameters

Last updated