RADAR Docs
  • bot_help
    • alpha
      • announce_channels
      • call
      • register
      • resend
    • analytics
      • chart
      • floor
      • info
      • terminal
    • collections
      • add
      • edit
      • manage
      • remove
    • impostor
      • register
      • unregister
      • unwhitelist
      • whitelist
    • multisig
      • add_signer
      • create
      • sign
    • profiles
      • add_availability
      • afk
      • availability
      • back
      • referral
      • register
      • remove_availability
      • set_afk_message
      • set_timezone
    • raid
      • channel
      • panel
      • register
      • resend
      • role
      • subscribe
      • tweet
    • rarity
      • check
      • rank
      • scraper
      • snipe
    • secret
      • announce_channels
      • author
      • delete
      • edit
      • note
      • resend
    • server
      • backup
      • holder_welcome
      • holder_welcome_remove
      • holder_welcome_test
      • txt2discord
      • undo
    • shop
      • add_category
      • add_product
      • buy
      • create
      • fund
      • open
      • update_product
      • update_shop
    • tools
      • snapshot
    • verification
      • add
      • blacklist
      • manual
      • panel
      • profile
      • refresh_hashlist
      • register
      • role
      • test_token
      • toggle
      • unblacklist
    • votes
      • clear
      • create
      • extend
      • max_weight
      • multipliers
      • resend
    • whalewatch
      • add
      • settings
    • whitelist
      • add_role
      • create
      • enter
      • export
      • manage
      • minimum_balance
      • panel
      • remove
      • stats
      • update
      • wipe
  • api_documentation
    • docs
      • nft
        • Get NFT 🚀 - /nft/moonrank/{mint_address}
        • Get Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboard
        • Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
        • Get NFT Owner Information 🔎 - /nft/{mint}/owner
        • Retrieve Holder Snapshot for NFT 📊 - /nft/holder_snapshot
        • Royalties Status by Address 💰 - /nft/royalty_status_address/{address}
        • Royalties Status of Multiple NFTs 💰 - /nft/royalty_status_multiple_nfts
        • Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
Powered by GitBook
On this page

Was this helpful?

  1. bot_help
  2. rarity

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_address of an NFT. Provide the mint_address as 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_machine ID. Provide the candy_machine as 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, or candy_machine parameter to specify the collection.

  • The rarity parameter 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_count to false to exclude attributes.

  • The normalized parameter 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:
PreviousrankNextsnipe

Last updated 1 year ago

Was this helpful?