Get a list of NFT Names from a list of NFT IDs using the Mintgarden API
You will need a list of NFT IDs. You can use the NFTIDsFromCollection tool from here to generate the list of NFT IDs.
Use the bash
command to run the script and pass in the name of the file containing your NFT IDs as the first parameter. You can also use redirect to send the output to a file.
Example:
bash getnftnames.sh list.txt > my_output.txt