[SOLVED] BscTokenBalances not showing in DB

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

Hello, read this under “Breaking Change - TokenBalance…”. You can use the API to get token balances.

Thanks for the response. It wasn’t updated in the v1 docs and i missed the announcement.

1 Like