Find early wallets on a pool
find_early_walletsReturns the earliest unique buyer wallets for a pool in chronological order. Filter by network, pool address, top N, and minimum USD to surface initial buyers for further investigation.
Instructions
The earliest unique buyer wallets within the trade data the API returns, in chronological order. Most accurate on newly-created, lower-volume pools where the returned window covers most of the pool's history; on a high-volume pool that's been trading for days, 'earliest in window' may only mean 'earliest in the last few minutes,' not since launch. Chronology only — being early is not proof of skill or insider status, just a fact you can go investigate further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | How many wallets to return (default 10) | |
| minUsd | No | Ignore buys smaller than this (default 100) | |
| network | Yes | Chain id, e.g. "solana", "base", "eth", "bsc", "arbitrum" | |
| poolAddress | Yes |