Tokens

Get XDC20-Token TotalSupply by ContractAddress

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

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

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the ERC-20 token

Get XDC20-Token Account Balance for TokenContractAddress

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

https://api.xdcscan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0xa3044b2a9ae8073ecc4e277f6246b3b00fc93553
   &address=0x171f87d13c5819a819702637f2120db793f7bcca
   &tag=latest&apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Last updated