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. tools

snapshot

📝 RADAR Documentation - Command: Take Holder Snapshot

🤝 Command Group: tools

📝 Command Name: snapshot

📋 Parameters:

  • collection (required: False) - Collection name on Magic Eden

  • nft_address (required: False) - Any NFT Mint address

  • staking_program_address (required: False) - Used to retrieve original owners of staked NFTs

  • creator_addresses (required: False) - First Verified Creator Address (Separate with commas for multiple)

  • collection_addresses (required: False) - The Metaplex collection addresses (Separate with commas for multiple)

  • update_authority (required: False) - The address of the update authority associated with the NFT

  • candy_machine (required: False) - The address of the candy machine associated with the NFT

  • filter_holder_count (required: False) - The minimum number of NFTs a holder must have to be included in the snapshot

  • include_discord_users (required: False) - Whether to include Discord users in the holder snapshot

  • exclude_exchanges (required: False) - Whether to ignore exchange wallets when building the holder snapshot

📝 Description:

Take a holder snapshot based on the specified parameters. Fill only ONE of the following fields.

🔍 Example Usage:

  • Take a holder snapshot by collection name:

    !snapshot --collection "MyCollection"

    This command is used to take a holder snapshot based on the specified collection name. After executing the command, the bot will generate a ZIP file containing the snapshot in Excel format.

  • Take a holder snapshot by NFT address:

    !snapshot --nft_address "0x123abc..."

    This command is used to take a holder snapshot based on the specified NFT address. After executing the command, the bot will generate a ZIP file containing the snapshot in Excel format.

📝 Note:

  • This command allows you to take a holder snapshot based on various parameters.

  • Fill only ONE of the available fields to specify the criteria for the snapshot.

  • Use the appropriate parameter to provide the necessary information for the snapshot.

  • Separate multiple values with commas for fields that accept multiple inputs.

  • After executing the command, the bot will check if you have the necessary permissions to perform the action.

  • If you don't have the required permissions, the bot will display an error message.

  • The command response will be sent as an ephemeral message visible only to you.

  • The bot will generate a ZIP file containing Excel files of the snapshot.

  • The filename of the ZIP file will include relevant information about the snapshot criteria.

  • The snapshot can include or exclude Discord users and exchange wallets based on the specified parameters.

PrevioustoolsNextverification

Last updated 1 year ago

Was this helpful?