VyNftDetailsDto

Details of a VyNft.

Properties

FieldTypeDescription

id

string

The unique identifier of the NFT.

address

string

The address of the NFT.

chain

The chain where the NFT is located.

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.

animationUrls

The URLs of the NFT's animations.

fungible

bool

Whether the NFT is fungible or not.

maxSupply

int

The maximum supply of the NFT.

attributes

The attributes of the NFT.

contract

The contract details of the NFT.

collectionIdentifier

string

The identifier of the NFT's collection.

Last updated