Using the airdrop list API route

SkyHarbor
1 min readSep 10, 2022

--

AI generated image, MidJourney.

Airdrops are great, and it’s annoying to need to delist an NFT to benefit from them — this is why we’ve created a super easy to use API route which allows artists to get all the addresses of people who have active listings for NFTs under their collection on SkyHarbor.

To use the API route, it’s as simple as going to the collection’s page on skyharbor (e.g. https://www.skyharbor.io/collection/test) and copying the last part of the link after “/collection/”, i.e. “test” (this is a unique short name for each collection).

Then head to https://skyharbor-server.net/api/utils/airdropList?collection=test in your browser, and replace “test” at the end of the URL with the string you just just copied. You should see something like this:

[{"sellerAddress":"9fBTrAJQC5MNRnVAhSR9ks7Ypriij4dmUszooNEKQJf8cxbud2A","currentlyListedCount":"2"},{"sellerAddress":"9fJCj9aKBAxc1UREVmjmS2mwXGu6qpD3XGf9kRWsSmPHJ8sZZVe","currentlyListedCount":"1"},{"sellerAddress":"9hPWWcRDyiAjbYdxqJCAvNK52dzozpU9YFBvyQbWhaMjqRSSSHU","currentlyListedCount":"1"},{"sellerAddress":"9hmrRnZJunVXt81JVvCPs4DTtXQtxtjkFfdW8wBciP57j3v8rCk","currentlyListedCount":"1"}]

Which is a JSON structure showing the seller’s addresses, and how many NFTs they currently have listed.

If you need some more pointers (like maybe how to convert to CSV, for the Borscht Drop tool) then please feel free to ask in our Discord.

Happy Airdropping!

--

--

SkyHarbor

Welcome to the premium NFT marketplace on the Ergo blockchain. Buy and sell NFTs with ease.