Rarity

One for the treasure hunters.

Once your collection has been initially snappshotted and the metadata has had time to be stored, it will then generate rarities for your collection. You can then check your NFT's rarity using the /rarity command and choosing which collection and the number of your NFT.

The rarities wont be available straight away after adding a collection, you will need to give it time to get all the metadata and sort and calculate it. This process happens around every 20 minutes that the Bot gets the latest data from the Database and checks if there are rarities saved yet.

Some collections might not be able to have their Rarities calculated due to different metadata schemas. SpaceWatch will be able to grab data if it contains the following structure in either the attributes or properties values.

[
    { trait_type: "Background", value: "Green" },
]

If there was a rarity available, the bot will respond with the NFTs information.

Calculation Method

Some rarities will seem different to a lot of places. This is because we use a method that would also account for a trait type not having a value, which in turn is actually a value.

Last updated