NFTs
NFTs are a core part of Underdog — the very reason Underdog exists is so you can seamlessly manage NFTs with your own products.
On this page, we'll dive into the different NFT endpoints you can use to manage NFTs programmatically. We'll look at how to query, create, and update NFTs.
Related NFTs can be part of a Collection. For example, a community can create a Collection and NFTs in that Collection can be Membership NFTs.
The NFT Model
The NFT model contains all the information about your NFT, such as their mint address, name, and image.
mintAddress
The mint address of the NFT
string
name
The on-chain name of the NFT
string
description
Description of the NFT
string
image
Image for the NFT
string
ownerAddress
The wallet address of the owner of the NFT
string
attributes
Object with traits and values of the NFT's attributes
object
Last updated