Get Mint Status
Get the status of an NFT mint
Replace:
<QUICKNODE_URL>
: Set to your own quicknode RPC URL<collectionId>
: The name of the collection you minted against. If you haven’t created a collection you can just use “default” to mint to the default collection for your project<nftId>
: The UUID or idempotent name for the NFT returned in during mint
Parameters
Index | Name | Type | |
---|---|---|---|
0 | collectionId | string | the id or name of the collection; every project has a “default-solana” collection. Otherwise, use the createCollection RPC endpoint to create a new collection. |
1 | nftId | string | the id or idempotent name for the NFT |