Tokens

Get BEP20-Token TotalSupply by ContractAddress

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

https://api-opbnb.bscscan.com/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0x196AD5A70279Fc112db4F8Baf6f5022c9B1cF0a5
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

contractaddress

the contract address of the BEP-20 token

Get BEP20-Token Account Balance for TokenContractAddress

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

https://api-opbnb.bscscan.com/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x196AD5A70279Fc112db4F8Baf6f5022c9B1cF0a5
   &address=0xd5b12178161244cd1ac9ee4857b53f0b6e7c5a46
   &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