How to get wallets list with adress

Hi all, Iโ€™m new here.
I could login using Moralis with my MetaMask account, and then I could get ethAddress in user.attributes.
But I have other block chain tokens like BBK and PDog (just for test), how could I get the address list of all my tokens?
Thank you!

you can try getTokenBalances: https://docs.moralis.io/moralis-server/web3-sdk/account#gettokenbalances

1 Like

will try๏ผThank you for your help

Hi I tried the web 3 API gettokenbalances, but I got a empty array with no wallets ID. Do you know more?

it may depend on the parameters that were used, it should work without problems