Not getting any NFTs in "getAllTokenIds" Web3 API call

Hi,

I tried to run ā€œgetAllTokenIdsā€ Web3 API call for ā€œ0xe521a3419f78cbdef2c5baad4835bcdddd2504f8ā€ contract address (https://opensea.io/assets/0xe521a3419f78cbdef2c5baad4835bcdddd2504f8/395) but I am not getting any NFTs in the response, it returns an empty array.

This is the URL that Iā€™m calling with a valid API key in the header: https://deep-index.moralis.io/api/v2/nft/0xe521a3419f78cbdef2c5baad4835bcdddd2504f8?chain=eth&format=decimal

You can see the attached screenshot for more details.

Any idea why is this happening and how this can be resolved?

I tried the same request yesterday too but I got the same response. I thought it might be indexed after a few hours.

it looks like that contract in particular doesnā€™t implement the interface for erc721

Ohh okay, thanks for the info. :smiley: