Tokens
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the BDLTSCAN
![]()
![]()
![]()
APIs page.
Get ERC20-Token TotalSupply by ContractAddress
Returns the current amount of an ERC-20 token in circulation.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
contractaddress | the contract address of the ERC-20 token |
Sample Response
📈 Note : The result is returned in the token's smallest decimal representation.
Eg. a token with a balance of 215.241526476136819398 and 18 decimal places will be returned as 215241526476136819398
Get ERC20-Token Account Balance for TokenContractAddress
Returns the current balance of an ERC-20 token of an address.
Try this endpoint in your browser 🔗
No parameters required.
Parameter | Description |
---|---|
the contract address of the ERC-20 token | the contract address of the ERC-20 token |
address | the string representing the address to check for token balance |
Sample Response
📈 Note : The result is returned in the token's smallest decimal representation.
Eg. a token with a balance of 215.241526476136819398 and 18 decimal places will be returned as 215241526476136819398