scraper
π RADAR Documentation - Command: Get Collection Rarity
π Command Group: rarity
π§ Command Name: scraper
π Parameters:
collection_name(required: False) - The collection name on MagicEden. (Type: string)mint_address(required: False) - The mint address to the NFT. (Type: string)candy_machine(required: False) - The Candy Machine address. (Type: string)rarity(required: False) - Which method to calculate rarity: Statistical (Moonrank) or Scorebased (Howrare.is). (Type: string)attribute_count(required: False) - Does attribute count towards rarity? Default is true. (Type: boolean)normalized(required: False) - Should trait normalization be done? Default is true. (Type: boolean)
π Description:
Get the rarity of a collection using the mint address or a Candy Machine ID.
π Example Usage:
Get collection rarity using mint address:
!scraper --mint_address <mint_address>This command is used to get the rarity of a collection using the
mint_addressof an NFT. Provide themint_addressas a parameter.Get collection rarity using Candy Machine ID:
!scraper --candy_machine <candy_machine>This command is used to get the rarity of a collection using the
candy_machineID. Provide thecandy_machineas a parameter.
π Note:
This command requires appropriate permissions to execute.
Use the command to get the rarity of a collection on MagicEden.
You can provide the
collection_name,mint_address, orcandy_machineparameter to specify the collection.The
rarityparameter allows you to choose between statistical (Moonrank) or scorebased (Howrare.is) methods to calculate rarity.By default, attribute count is considered towards rarity, but you can set
attribute_countto false to exclude attributes.The
normalizedparameter determines whether trait normalization should be done.The command will provide you with the rarity information for the specified collection.
π§ Command Signature:
Command Group - rarity
Command Name - scraper
Parameters - collection_name:The collection name on MagicEden (required: False), mint_address:Last updated
Was this helpful?