What this endpoint does
With this API, you can:- Retrieve the first buyers of a token (early wallets)
- Query by
asset(token contract address) +blockchain - Control how many first buyers you return using
limit - Use early buyer data for launch tracking, distribution analysis, and wallet research
What you’ll need
- Basic knowledge of REST APIs
- A token contract address (asset address)
- A blockchain value (Solana, Ethereum, Base, BNB Chain, etc.)
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener (to quickly find token addresses)
When to use Get Token First Buyers
Use this endpoint when you want to:- Track the earliest buyers right after a token launch
- Build a “First Buyers” section in a token dashboard
- Analyze early wallet participation and distribution
- Discover early wallets to investigate further (labels, trades, PnL, etc.)
Walkthrough to Get Token First Buyers
1. Prepare your query
The token first buyers endpoint uses:| Parameter | Description |
|---|---|
asset | Token contract address to analyze |
blockchain | Chain name or ID |
limit: number of first buyers to returnoffset: pagination offset (when applicable)
2. Find a token address to test
To retrieve real token data:- Open DexScreener
- Search for any token you want
- Copy the token contract address from the token page
asset parameter.
3. Identify the blockchain
On DexScreener, check which chain the token is on (Solana, Ethereum, Base, etc.). Use that value as theblockchain parameter.
4. Fill the API form
Once everything is filled:- Paste the token address into
asset - Fill in the correct
blockchainvalue - (Optional) set
limitif you want fewer or more buyers - Click Send
Reviewing the token first buyers response
This endpoint helps you build token launch analytics like:- A list of earliest buyer wallet addresses
- A configurable “first buyers” range (based on
limit) - Fast early wallet discovery for follow-up analysis (labels, trades, activity, etc.)
Try It Live with Mobula Token First Buyers Demo (UI)
You can also test this endpoint using our demo UI: Demo UI Homepage Token First Buyers Demo UI DocsSummary
The Get Token First Buyers endpoint gives you early buyer discovery for a token across supported chains, using:- Token contract address + blockchain
- A clean list of earliest buyers
- Optional limits for how many first buyers you want to retrieve
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here