Get wallet holdings of a user

Hello there,

I have been exploring moralis for our portfolio analytics application. And i have a question.

What is the best way to fetch all holdings of a wallet? (ERC20 coins, other coin type, NFTs etc)?

I have tried the token balances API but im only getting back the Wrapped ETH of a wallet as expected i guess (since its only fetching ERC20). But it would be really helpful to have a single endpoint where i can get an aggregation of every holding for a wallet (similar to how i see my net worth in my coinbase wallet or Moralis money).

Hi, the team is still working on an endpoint to fetch all the ERC20 and nfts balance at once.

Currently you will have to use the individual endpoints to get that data