I'm working on BSCSCAN API. My goal is to get full balance for a given address as you can see on this page:
https://bscscan.com/tokenholdings?a=0x1c82bdb6a93f50a564155ddbcb9cf1b1a244d169
I checked the documentation on BscScan Website, and it seems I just could get:
-BNB BALANCE (not the full token balance) for a given address
-BALANCE of an address by giving the contract address of a single token While I want to get the full balance for a given address. What is the right endpoints I should use? Thank you in advice.