Get User NFT
The GetNFTs process details the retrieval of NFT data linked to the connected user's wallet address in your Unity application.
Get NFT items
To obtain the user's NFTs, initialize the GetNFTs script and call the GetNFTs()
method. This process triggers the retrieval of a list of NFT Item classes containing pertinent NFT data and corresponding metadata classes.

Last updated