getNFTTransfers returns 0 results when etherscan shows transactions

When I run this http request on one of my wallets, the result is an empty array although there have been several NFT transfers beeing made from this account. Why is that?

https://deep-index.moralis.io/api/v2/nft?address=0x42e0ab4619C7Be98F7C9cd7B57Ba02362AD79459&chain=eth&limit=500&offset=500

It could happen that we didn’t index that particular nft contract. You can add it to sync in case that it is not already synced. You can try to list the token ids from that specific contract to see if it works.