Collection NFTS revealed?

If I have contract address, and have nfts, is there some feature which can tell us are nfts revealed?
If not with moralis API any ideas how to detect is revealed or not?

Thanks

we don’t have that feature in Moralis API. I don’t know how you could do it easily either, it could depend from collection to collection how they do it. sometimes the unrevealed nfts may have same token uri and same metadata

I thought it’s almost impossible, crossed on my mind to check URL for changing, but that’s not a standard for all. Any more ideas maybe? :slight_smile:

they may have same image before reveal

The detection is something you have to implement yourself for each collection or contract. No easy way to cover all reveal type collections or NFTs.

@alex thanks

I supposed there is no general way to do it :slight_smile: