VyNftDetailsDto
Details of a VyNft.
Properties
Field
Type
Description
id
string
The unique identifier of the NFT.
address
string
The address of the NFT.
name
string
The name of the NFT.
description
string
The description of the NFT.
imageUrl
string
The URL of the NFT's image.
backgroundColor
string
The background color of the NFT's image.
url
string
The URL of the NFT.
imagePreviewUrl
string
The URL of the NFT's preview image.
imageThumbnailUrl
string
The URL of the NFT's thumbnail image.
fungible
bool
Whether the NFT is fungible or not.
maxSupply
int
The maximum supply of the NFT.
collectionIdentifier
string
The identifier of the NFT's collection.
Last updated