Moralis Support for rarible tokens

Hello, I am using moralis api to get NFT of any given address, for testing purpose i created a token on rarible but It didn’t show up in the moralis response. The question is whether Moralis API support platforms like rarible generated NFTs or not.

Hi @taaha8

If you minted it using their lazy mint - you will not get it on the API response. The Web3 API works only with on-chain data

Is there any other way to fetch that data?

Another added question generally how much time does it take before moralis syncs an account newly owned NFT

that should be fast, it should be no more than 1-2 minutes, it waits until more blocks are validated

Thankyou for such quick response. I will keep these things in mind now.