NFT.Kred provides a broad set of features for tagging, sorting, searching, and grouping NFTs.
NFTs are tagged automatically on creation with details such as their name, type, symbol, and channel.
Tags
Users can specify an arbitrary set of tags against an NFT, to help others to find mutual interests.
Audience and topic
NFTs can also be grouped by audience and topic. These can be pre-defined or user-defined as needed. Audience and topic are defined as special tags, and can be filtered alongside any other tags. A typical tag scheme would be audience:bloggers or topic:science.
Sorting
Calls returning multiple NFTs, including /nft/nfts, /nft/marketplace, /nft/sales, and /nft/auctions support flexible sorting options to zoom in on the most relevant content.
Search
Users can search quickly by tag, using the tags parameter on calls like /nft/marketplace and /nft/nfts. As a developer you can refine the selection using the any_tags and all_tags filters, which are applied in combination with user-specified tags. This saves having to generate a complex AND / OR search query.
Search collection
Searching in a collection simply adds the user parameter to the same /NFTs call.
While search links are public and shareable, a search within your own collection will of course vary between users.
Search suggestions
Tag analytics methods such as /nft/toptags, /nft/trendingtags and /nft/populartags can be used to provide search suggestions. Top tags are relative to the current user (based on NFTs they have minted or collected), while popular and trending tags are global.
Updated about a year ago