๐Metadata / Rarity
Use these commands to help you determine the traits and rarity on NFT collections.
getMetadata
alias,contract_address OR collection_name,token_supply
parses the metadata for a given contract_address or collection_slug and saves it under given project_alias
$getMetadata 0xca7ca7bcc765f77339be2d648ba53ce9c8a262bd tubbycats 20000
$getMetadata azuki azuki 10000
listMetadata
lists the alias for all parsed metadata collections
$listMetadata
getRarity
alias,token_id
pulls rarity of selected token_id(s) from collection.
This command only works if $getMetadata for the collection has been used.
$getRarity azuki 5
$getRarity azuki 5, 10-14, 26
Metadata / Rarity Guide:
Parse the collection using the $getMetadata command. If you see someone has already using the function, no need to do it again!
The resulting parse is shown on the image on the right.
The .txt and .csv file will show every token_idโs corresponding metadata
The .json file will display the quantity of NFTs that have the corresponding trait in the collection
After the collection has been parsed, you can also use the $getRarity function to determine the rarity of your NFT(s).
Please note this is our in-house rarity algorithm and may not perfectly align with popular existing rarity tools (itโs very, very close though!).


Last updated