ERC20 Balance endpoint no option for limiting size

This seems like a bit of an oversight. The https://docs.moralis.io/moralis-server/web3-sdk/account#gettokenbalances
does not have a param for filtering and enforcing a return size unlike itโ€™s NFT counter-part. Is there any available solution to this? I can make a PR to implement it if necessary. Better than building/storing my own DB with all transactions.

you mean that you try addresses with a lot of tokens?

Yes. In the event that you want to query a wallet who has a large list of holdings the response can take a long time to resolve. It would make much more sense to limit the return to only X amount of tokens so you can implement pagination.

I think that we know about this problem, we donโ€™t have pagination there now