Tokens

Get ERC20-Token TotalSupply by ContractAddress

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

https://api-sepolia.kromascan.com/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0x43DFf4b6919d52CD7e671245Fe913b412ab7f999
   &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-sepolia.kromascan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x43DFf4b6919d52CD7e671245Fe913b412ab7f999
   &address=0xdc5d9cf79e62e64a80acc820116958ce5c731d8f
   &tag=latest&apikey=YourApiKeyToken

Query Parameters

Last updated