NFTs and collections reference, endpoint descriptions, and links.
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. Collections are NFTs that share the same set of attributes
View Iota NFTs and collections on Iotascan.
We have accumulated a lot of on-chain and off-chain data about NFTs and collections.
NFTs
The following endpoints are available for NFTs on Blockberry.
Endpoint | 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 on its wallet. |
Collections
The following endpoints are available for collections on Blockberry.
Endpoint | Description |
---|---|
getCollections | Get a list of all NFT collections on the Iota Network. |
getCollectionByType | Get a collection by type. |
getCollectionNfts | Get a list of all NFTs of the queried collection. |