Tokens

Get CRC-20 Token TotalSupply by ContractAddress

Returns the total supply of a CRC-20 token.

https://api.cronoscan.com/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the BEP-20 token

Get CRC-20 Token Account Balance by ContractAddress

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

https://api.cronoscan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23
   &address=0xf0b5074dbf73c96d766c9a48726cee7a6074d436
   &tag=latest
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the BEP-20 token

address

the string representing the address to check for token balance

Last updated