An open API service indexing awesome lists of open source software.

https://github.com/steppsr/ownerwalletsfromnftids

Get a list of owner wallets from a list of NFT IDs using the Mintgarden API
https://github.com/steppsr/ownerwalletsfromnftids

bash chia chia-blockchain mintgarden-api nft nfts wallet

Last synced: 2 months ago
JSON representation

Get a list of owner wallets from a list of NFT IDs using the Mintgarden API

Awesome Lists containing this project

README

        

# GetNFTNamesFromNFTIDs
Get a list of NFT Names from a list of NFT IDs using the Mintgarden API

## Requiements
You will need a list of NFT IDs. You can use the NFTIDsFromCollection tool from [here](https://github.com/steppsr/GetNFTIDsFromCollection) to generate the list of NFT IDs.

## Running the command
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

```