Web3 API returns incorrect empty response

Iโ€™m getting an incorrect response in Web3 API. This query is pulling 0 results: https://deep-index.moralis.io/api/v2/0x53553251878214517D8b2EF5F13EA0Ab4b49a4A2/erc20?chain=bsc (with my api key included)

As you can see here: https://bscscan.com/tokenholdings?a=0x53553251878214517D8b2EF5F13EA0Ab4b49a4A2

This wallet actually has thousands of holdings. Why is the Web3 API returning an empty response?

Iโ€™m looking to see what is happening

I found out that we have a safety guard for wallets that have 2000+ token balances and we donโ€™t resolve them.

we plan on fixing this in the future