NFTs

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.

EndpointsDescription
getNftsGet a list of all NFTs on the Iota Network.
getNftsCountGet the total number of NFTs on the Iota Network.
getNftsByWalletGet 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.

EndpointsDescription
getCollectionsGet a list of all NFT collections on the Iota Network.
getCollectionNftsGet a list of all NFTs of the queried collection.
getCollectionByTypeGet a collection by type (ID).