I’m trying to get the owners of this asset:
0x8297d8e55C27AA6CE2d8a65b1Fa3Debb02410efC
with the token id 3
Problem is that I get bad data, I’m getting over 1k owners - this contract and token have only 261 owners. Everytime I request this data, this value keeps on increasing and a lot of the owners are still missing.
Not sure if this has anything to do with it but it does say “status”:“QUEUED” at the end.
I’m using this to get the data:
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/nft/0x8297d8e55C27AA6CE2d8a65b1Fa3Debb02410efC/3/owners?chain=eth&format=decimal' \
-H 'accept: application/json' \
-H 'X-API-Key: aPiKeYGoEshErE'