NFTs
The following section will dive into everything to do with tokens in our APIs. NFTs are broken up into two objects in our API, the project
and the token
.
Project:
A project is a set of related tokens that a user can create, edit, mint, sell, and manage (similar to the concept of a collection in the current NFT collectibles market). The object itself contains high-level information about the set of tokens that applies to all tokens created within it. That high-level information is:
- Project name
- Project description
- Blockchain
Token:
A token
is an individual NFT within a project
and has the following information:
- NFT name
- NFT description
- Creator
- Royalty addresses and percentages
- Metadata including properties and media
- Private content or data
Updated 7 months ago