G’day all.
Here is the query in question: https://deep-index.moralis.io/api/v2/nft/search?chain=eth&format=decimal&q=VeeFriends%20Condor&filter=global&offset=0&limit=500
I can’t paste the result here for you becuase it is too long
If you do it for yourself though and look through the results, you can see it found token id 0-6 correctly but if you look for token id 7, it’s not there. The same with token id’s 23 and 24 (and others), they just don’t show up.
If you have a look on etherscan you can see that token 7 does exist and even more confusingly, other tokens that were minted in that same batch mint do get matched correctly. https://etherscan.io/token/0xa3aee8bce55beea1951ef834b99f3ac60d1abeeb?a=7
If you look on opensea you can see all the name and all the other metadata (I would link it but Opensea isn’t loading for me right now)
From playing with the /nft/{address}/{token_id} request, I’ve noticed a correlation between
"is_valid": 0
and the tokens not getting matched.
Any help would be greatly appreciated, thanks in advance!