2026.07.07 - Release First-Buyers API
New API to identify the earliest buyers of a Solana token and track whether they are still holding, have added more, or have sold.Features
Token - First Buyers
GET /token/v1/first-buyers- Retrieve the earliest wallets that bought a given Solana token
- Classify each wallet by current position status:
buy_more,hold,sell_partial, orsell_all - Return per-wallet first buy volume, cumulative buy volume, current holding, and wallet tags
- Include page-level summary counts for each position status
- Return up to the top 1000 first buyers with pagination support
Parameters
Usage Note:
offset + limit must not exceed 1000.
