Hey, I’m trying to get all the owners of a certain nft and check if a WalletX owns that nft. Here’s what I’m using to get a list of all the owners.
const ownerData = await Moralis.Web3API.token.getNFTOwners(options);
Issue is that it only returns 500, when there are over >7k unique owners. How do I get the entire list and check if X user owns said NFT?