Hi y'all. Is there any way (with bscscan, maybe?) to get the balance for a given token in a wallet? I am able to retrieve history, etc(with BSCscan) but I'd like to get just the current balance for that token
Jul 25, 2021, 4:57 PM
Use this: https://api.bscscan.com/api?module=account&action=tokenbalance&contractaddress=${contractAddress}&address=${accountToQueryBalance}&tag=latest&apikey=YourApiKeyToken
Jul 25, 2021, 5:02 PM
You rock. Really. I was reading docs for 3 hours and couldn't find it. Thanks so much!
Jul 25, 2021, 5:07 PM