A TypeScript-based utility for analyzing token buyers on the Solana blockchain using the SolanaTracker API.
- 🔍 Fetch first 100 buyers of any Solana token
- 📊 Filter buyers by PNL (Profit and Loss)
- 🎨 Console-based visualization with colored output for profits/losses
- 🔗 Direct links to wallet analysis on gmgn.ai
- 🖥️ Node.js (Latest LTS version recommended)
- 📦 pnpm package manager
- 🔑 SolanaTracker API key
- 📥 Clone the repository
- ⚙️ Install dependencies:
pnpm install
Copy the .env.example
file to .env
and set your SolanaTracker API key. You can get an API key from SolanaTracker.
Run the application with a token address:
pnpm run <token-address>