Tokens

Get ERC20-Token TotalSupply by ContractAddress

Returns the current amount of an ERC-20 token in circulation.

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

Query Parameters

Get ERC20-Token Account Balance for TokenContractAddress

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

https://api.kromascan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x0Cf7c2A584988871b654Bd79f96899e4cd6C41C0
   &address=0xddf79dd76ec2cf8be437d8717a36b9d10c429c23
   &tag=latest&apikey=YourApiKeyToken

Query Parameters

Last updated