Skip to content

Bash script to get a list of all NFT IDs from a Collection using the Mintgarden API

Notifications You must be signed in to change notification settings

steppsr/GetNFTIDsFromCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NFTIDsFromCollection

Get a list of all NFT IDs for a Collection using the Mintgarden API

Requiements

You will need your Mintgarden Collection ID and update that line in the script.

How to find your Mintgarden Collection ID

  1. Go to https://mintgarden.io
  2. Search for your collection name ie. BattleKats
  3. URL result = https://mintgarden.io/collections/battlekats-col1kmrzafjx6ej8w79tz5vnjt4w8xuq2p6nmnheelgwwu3rsgsar0fsxc4wud
  4. Your Mintgarden Collection ID is everything after the hyphen in the resulting URL. _ie. col1kmrzafjx6ej8w79tz5vnjt4w8xuq2p6nmnheelgwwu3rsgsar0fsxc4wud

Running the command

Use the bash command to run the script and pass in the Collection ID as the first parameter. You can also use redirect to send the output to a file.

Example:

  bash nftids.sh col1kmrzafjx6ej8w79tz5vnjt4w8xuq2p6nmnheelgwwu3rsgsar0fsxc4wud > nftids.txt

About

Bash script to get a list of all NFT IDs from a Collection using the Mintgarden API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages