Hi. I am manually watching wallets in my server with the following code:
const results = await Moralis.Cloud.run("watchBscAddress", {
address: "0x...",
});
In my server i see classes BscTokenTransfers and BscTransactions are auto made, however i dont see the BscTokenBalances class. how can I get this to show for the wallets im manually watching?
server Url:
https://ehnbauzmp7sl.usemoralis.com:2053/server
thanks