Skip to main content

Interface: NftCreateRequest

Request object to create an NFT

Properties

availableFrom

availableFrom: Date

Starting date of the nft's availability.


collection

collection: string

Build5 id of the collection for this nft.


description

description: string

Description of the nft.


media

Optional media: string

BUILD.5 url pointing to an nft image or video.


name

name: string

Name of the nft


price

price: number

Price of the nft. Minimum 1000000, maximum 1000000000000


properties

Optional properties: object

Property object of the nft


saleAccessMembers

Optional saleAccessMembers: string[]

If present only these members can buy the nft.


stats

Optional stats: object

Stat object of the nft


url

Optional url: string

Url description for the nft.