Get all erc20 balances from api?

Is there a way to get all of a user’s erc20 tokens without supplying specific contract addresses ?

Sort of like how you can get all of a user’s nfts without needing to specify contract addresses

Retrieve all token balances of a current user or specified address: https://docs.moralis.io/moralis-dapp/web3-api/account#gettokenbalances

Get all NFTs from the current user or address: https://docs.moralis.io/moralis-dapp/web3-api/account#getnfts

If you get the erc20 balances for a user, does it sum each linked account ? or does it only use the primary account from the accounts list ?

It would be only for the main user’s address e.g. one getNFTs API call for each individual address’s results.