Solana Memecoin Launch Tracker (Pump.fun + Raydium)
Pricing
Pay per usage
Solana Memecoin Launch Tracker (Pump.fun + Raydium)
Brand-new Solana memecoins from pump.fun + Raydium with market cap, age, dev wallet, holders, price change. Filter by min/max mcap and age. Catch the next BONK/WIF early. PPE $0.001/token.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Solana Memecoin Launch Tracker
Real-time scanner of freshly-launched Solana memecoins on Pump.fun. Returns market cap, ATH market cap, drawdown %, participant count, creator wallet, graduation status, and Telegram alerts. Find early winners and post-pump dumps before everyone else. No API key required.
What It Does
Solana memecoin season is a continuous gold rush — thousands of tokens launched daily on Pump.fun, with bonding-curve graduations to Raydium for the survivors. This Actor:
- Scans newest launches OR currently-live streams on Pump.fun
- Returns current market cap, ATH market cap, ATH drawdown %
- Tracks graduation status (complete bonding curve → Raydium migration)
- Surfaces engagement signals: reply_count, num_participants, livestream presence
- Filters by age (last N minutes), market-cap range, drawdown
- Telegram alerts for breakout candidates
Why This Matters
- Early-stage alpha: tokens with high reply_count + low market cap are concentrated attention farms — sometimes the next 100x.
- Graduation hunting: filter
maxMarketCapUsd: 69000to find tokens close to bonding-curve completion (Raydium listing = liquidity surge). - Dump scanner: filter
minAthDrawdownPct: 80to find post-pump corpses — useful for studying patterns or pure tape-watching.
Input
| Field | Type | Default | Description |
|---|---|---|---|
scanMode | string | newest | newest or currently_live |
maxAgeMinutes | integer | 60 | Only return tokens launched within last N minutes |
minMarketCapUsd | integer | 1000 | Skip noise launches below this MC |
maxMarketCapUsd | integer | 0 | Max MC. 0 = no cap. Set ~$69K for graduation candidates |
minAthDrawdownPct | number | 0 | Filter to tokens with drawdown ≥ X%. 80 = find dumps |
excludeNsfw | boolean | true | Filter NSFW-flagged tokens |
onlyGraduated | boolean | false | Only return Raydium-graduated tokens |
sortBy | string | created_desc | created_desc, mcap_desc, ath_mcap_desc, ath_drawdown_desc, reply_desc, participants_desc |
limit | integer | 100 | Max tokens |
alertAthMcapUsd | integer | 0 | Telegram alert if any token's ATH MC ≥ this. 0 = off |
telegramBotToken | string (secret) | — | Bot token |
telegramChatId | string | — | Chat ID |
Example: Fresh launches past 30 min, ≥ $10K MC
{"maxAgeMinutes": 30, "minMarketCapUsd": 10000, "sortBy": "mcap_desc", "limit": 50}
Example: Near-graduation hunt
{"minMarketCapUsd": 50000, "maxMarketCapUsd": 69000, "maxAgeMinutes": 1440, "sortBy": "mcap_desc"}
Example: Post-pump dump scanner
{"minAthDrawdownPct": 90, "sortBy": "ath_drawdown_desc", "maxAgeMinutes": 1440}
Example: Live-stream attention farms
{"scanMode": "currently_live", "sortBy": "participants_desc", "limit": 25}
Output
{"mint": "5wDyJ...","name": "Race To Earn","symbol": "MEMESRACER","description": "Race-themed memecoin with livestream","creator": "0xabc...","created_timestamp": "2026-06-03T13:42:00+00:00","age_minutes": 8.2,"usd_market_cap": 3455.45,"market_cap_sol": 14.21,"ath_market_cap_usd": 5210.00,"ath_drawdown_pct": 33.69,"ath_market_cap_timestamp": "2026-06-03T13:45:12+00:00","is_graduated": false,"is_currently_live": true,"reply_count": 142,"num_participants": 89,"twitter": "https://x.com/...","website": null,"image_uri": "https://...","nsfw": false,"protocol": "pump","pump_fun_url": "https://pump.fun/coin/5wDyJ..."}
Pricing
- $0.001 per token returned
Examples:
- Top 100 newest in last hour: $0.10
- Daily sweep (1000 tokens): $1.00
Use Cases
Telegram alpha bot — Run every 5 min, alert on any token with ATH MC ≥ $500K + age < 30 min:
{"maxAgeMinutes": 30,"alertAthMcapUsd": 500000,"telegramBotToken": "...","telegramChatId": "..."}
Graduation watchlist — Hourly check for tokens at $60-69K MC. Buy at $65K, sell into Raydium liquidity migration.
Creator wallet tracking — Filter by creator field to find repeat launchers. Pair with Smart Money Wallet Tracker.
Sentiment dashboard — Aggregate reply_count + num_participants by hour for attention-volume trend.
Data Sources
- Pump.fun v3 API (
frontend-api-v3.pump.fun)/coins?sort=created_timestamp— newest launches/coins/currently-live— active livestreams
- Free public API, no auth required
Related Actors
- Smart Money Wallet Tracker — Cross-reference memecoin creators with known smart-money wallets.
- DeFi Yield Scanner — After graduation, find Raydium LP yields.
- Crypto ETF Flow Tracker — Macro liquidity context for memecoin seasons.
Disclaimer
This Actor returns raw on-chain + Pump.fun API data. It is not investment advice. Solana memecoins are extremely high-risk and the majority go to zero. Use for research, monitoring, and pattern analysis.
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 2 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/rbdBPPdroXRa23C2Y/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/rbdBPPdroXRa23C2Y/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/Ar8Q7x2WYxahBW9Rd/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/U7rZ59XoGGkoG5A86 |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.