/common

Usage: /common {tokenAddress1} {tokenAddress2} {tokenAddress3} etc. etc.

Description

With the common command, add two or more token addresses and it will analyze the common wallets across the token mints:

  • Takes multiple mint addresses as input

  • Identifies wallets that have bought more than one of the specified tokens

  • Shows detailed statistics about common buyers including:

    • Number of mints bought

    • Which specific mints were bought

    • Supports optional CSV/JSON output formats

  • Useful for identifying patterns in buyer behavior (insiders/team members) across different tokens

Optional Flags

  • -csv

    • Will generate a csv sheet.

    • Useful for wanting to extract the data and input elsewhere

  • -json

    • Will generate an array in .json format.

    • Useful for using programmatically.

Usage

/common BnPUDgxxV9cDLf7zP7yvgWFnceG5YBPtVLsMHtpzpump atrARuARaEw5Sez7dTRqeT8rhtE8j5QR1WkdYsipump

Last updated