I'm a senior developer but newbie in web3 development
I'm looking to build a crypto wallet functionalities into my NodeJS server.
Would like to understand some point related to the tokens
How to get the list of tokens for a coin address with their balances
for example
that address : https://bscscan.com/address/0xe934d2c5be5db0295a4de3177762a9e8c74ae4f4
it has
21311 Cake
0.002 NGM
It looks there's no direct way to do that in Web3 or EthersJS
And I don't prefer to use external service like Moralis or BSCScan.com, to save costs and support more chains without limits