Can't see CryptoKitty nft of a given user

Iā€™m using the method ā€œGet the nft onwed by a given addressā€ and canā€™t retrieve CryptoKitty nft

With this user: 0xcA97A04e562a71D6fC95F335cb6Adc5e07E2E8D8
in etherscan he has 4278 CK: https://etherscan.io/address/0xca97a04e562a71d6fc95f335cb6adc5e07e2e8d8

but with Moralis it retrieves some nft but not CK

Thanks

What api function do you use to get that list?

I use the method GET /address/nft

Where do you see this?

https://etherscan.io/token/0x06012c8cf97bead5deae237070f9587f8e7a266d?a=0xca97a04e562a71d6fc95f335cb6adc5e07e2e8d8

Max Total Supply:

2,011,304 CK

What is this token?

cryptokitty nfts token

If you try to get the list of token ids for that contract, what you get?

Or try to get the owners

I search for all ā€œtoken_addressā€ but i canā€™t find CK

I mean, to try to see directly what that contract returns as owners or toke ids using Moralis web3api. Not a specific address.

What function should I use to get it ?

https://docs.moralis.io/moralis-server/web3-sdk/token#gettokenidowners

You can try it directly from admin interface in web3api tab

It is about of the subject, I asked you with Moralis donā€™t retrieve CK nfts

I donā€™t know now what is that smart contract. If we donā€™t index it then you will it see any data. You can try to check if is indexed. And the above steps will check if is indexed.