Listing only the owners of an NFT in a collection

I’m not much of a developer but I tested the get/nft/{address}/{token-id}/owners and get a lot of info I would like to filter out, so I just have a list of the addresses that own the NFT. I’m trying to airdrop erc-20 tokens to my members who own NFTs in my collection using a multi sender app. I don’t know another way of acquiring the address easily other than using Moralis API since OpenSea’s API doesn’t work with Polygon at the moment, plus I also think Moralis is easier and has more functionality.

you can filter out the rest of the info and keep only the owners from that output

1 Like