Solana Memecoin Launch Tracker (Pump.fun + Raydium) avatar

Solana Memecoin Launch Tracker (Pump.fun + Raydium)

Pricing

Pay per usage

Go to Apify Store
Solana Memecoin Launch Tracker (Pump.fun + Raydium)

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

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: 69000 to find tokens close to bonding-curve completion (Raydium listing = liquidity surge).
  • Dump scanner: filter minAthDrawdownPct: 80 to find post-pump corpses — useful for studying patterns or pure tape-watching.

Input

FieldTypeDefaultDescription
scanModestringnewestnewest or currently_live
maxAgeMinutesinteger60Only return tokens launched within last N minutes
minMarketCapUsdinteger1000Skip noise launches below this MC
maxMarketCapUsdinteger0Max MC. 0 = no cap. Set ~$69K for graduation candidates
minAthDrawdownPctnumber0Filter to tokens with drawdown ≥ X%. 80 = find dumps
excludeNsfwbooleantrueFilter NSFW-flagged tokens
onlyGraduatedbooleanfalseOnly return Raydium-graduated tokens
sortBystringcreated_desccreated_desc, mcap_desc, ath_mcap_desc, ath_drawdown_desc, reply_desc, participants_desc
limitinteger100Max tokens
alertAthMcapUsdinteger0Telegram alert if any token's ATH MC ≥ this. 0 = off
telegramBotTokenstring (secret)Bot token
telegramChatIdstringChat 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


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:

FieldValue
Items in dataset2
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 detailshttps://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.

Feedback

Leave a review on Apify Store