useNFTBalances({}) get Balances for all supported chains

Hi,

I use const { data: NFTs} = useNFTBalances() and would like to get the NFTs on BSC, ETH, Polygon or all supported chains. Any tip?

Best,
John

You can use getNFTs function to get the users NFT’s on supported chains.
https://docs.moralis.io/moralis-dapp/web3-sdk/account#getnfts

2 Likes