Hello,
I am working with API GET /nft/{address}/owners but I see it is returning wrong total nfts
For example
I get all NFTs from Decentraland (mainnet - single token ERC-721), and total nfts response: 0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d
Moralis: 85824 nfts
OpenSea: 97913 nfts (https://opensea.io/collection/decentraland)
Total supply from etherscan: 92598 nfts (https://etherscan.io/address/0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d#readProxyContract)
Some other collections are also wrong:
- 0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258
Moralis: 99942 nfts
OpenSea: 100000 nfts - 0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB
Can anyone tell me which number is correct? and where did Moralis get it from?
Thank you very much. Hope to hear from you guys!