Querying NFTs
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to display the NFT content available for your app, use the API. This query returns all the that you have marked as Available in the Admin Portal
Recall that an NFTModel is basically a blueprint for an NFT -- it contains all the content and metadata that would get minted into an NFT. You can limit the supply of NFTs for an NFTModel by setting its quantity
appropriately (using the Admin Portal ).
Note: You can do some rich filtering on which NFTModels to display in your application using the (optional) parameter.
- returns an by its Niftory database ID.
Use the query to get NFT's
belonging to the currently logged-in user. Like the nftModels
query, you can optionally this query as needed (by particular NFTModel
's, for example).
- Gets all 's belonging to the current context.