Create and manage NFT collections on 3.land
Parameter | Type | Required | Description |
---|---|---|---|
collectionName | string | Yes | Collection name |
collectionSymbol | string | Yes | Collection symbol |
collectionDescription | string | Yes | Collection description |
mainImageUrl | string | Yes | Main collection image |
coverImageUrl | string | No | Cover image for collection |
Parameter | Type | Required | Description |
---|---|---|---|
itemName | string | Yes | NFT name |
sellerFee | number | Yes | Royalty percentage (basis points) |
itemAmount | number | Yes | Edition size |
traits | Trait[] | Yes | NFT attributes |
price | number | Yes | Listing price |
mainImageUrl | string | Yes | NFT image URL |
splHash | string | No | SPL token for payment |
getCollectionDetails
: Get collection infoupdateCollection
: Update collectiongetNftDetails
: Get NFT infoupdateNft
: Update NFT metadata