/early

Usage: /early {tokenAddress}

Description

The early command analyzes early buyers for a specific token mint:

  • Takes a mint address and optional time window

  • Identifies wallets that bought within a specified time window from token creation

  • Shows detailed statistics about early buyers including:

    • Number of buys

    • Amount of SOL spent

    • Percentage of total supply bought

  • Helps track early adopters and their trading patterns

  • Supports optional CSV output formats

Optional flags:

  • -csv

    • Will generate a csv sheet.

    • Useful for wanting to extract the data and input elsewhere

  • -{time}

    • 1 minute from the token creation is the default amount of time

    • -2m or -2min will get you the early wallets within 2 minutes of token creation

    • -30s or -30secs will get you the early wallets within a 30 second window

    • Acceptable syntax:

      • m, min, minutes

      • s, sec, seconds

Usage examples:

/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk

/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -3s

/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -csv

/early 7Cv7V3JpHWSyq6Zk16oqPZrmQtFLEeWYTu37g8svCHHk -3sec -csv

Last updated