NFTs and collections reference, endpoint descriptions, and links.
NFTs on Sui
NFTs - equivalents to ERC-721 tokens on Iota - are non-fungible tokens, i.e., tokens with unique attributes. Unlike a fungible token or coin, an NFT is a unique token whose price is defined by market conditions.
View Iota NFTs and Collections on Iotascan.
We have accumulated a lot of on-chain and off-chain data about NFTs, Collections, and NFT marketplaces.
NFTs
The following endpoints are available for NFTs on Blockberry.
Endpoints | Description |
---|---|
getNfts | Get a list of all NFTs on the Iota Network. |
getNftsCount | Get the total number of NFTs on the Iota Network. |
getNftsByWallet | Get a list of all NFTs that an account has in its wallet. |
Collections
A collection is a group of NFTs sharing the same set of attributes. Each particular NFT in a collection is defined by concrete values of these attributes. An account can own an NFT but can't own a collection, but several accounts can own NFTs of the same collection.
The following endpoints are available for collections on Blockberry.
Endpoints | Description |
---|---|
getCollections | Get a list of all NFT collections on the Iota Network. |
getCollectionNfts | Get a list of all NFTs of the queried collection. |
getCollectionByType | Get a collection by type (ID). |