Crypto Momentum Detector avatar

Crypto Momentum Detector

Pricing

$2.00 / 1,000 results

Go to Apify Store
Crypto Momentum Detector

Crypto Momentum Detector

Catch crypto tokens early: new launches + tokens whose volume and price are accelerating, with a built-in anti-rug quality filter. Powered by DexScreener and CoinGecko.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

0xGollum

0xGollum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Crypto Momentum Detector πŸš€

Catch crypto tokens early β€” new launches and accelerating movers β€” before the crowd, with a built-in anti-rug filter.

Most crypto scrapers dump raw market data on you. This actor does the filtering that matters: it surfaces (1) freshly launched tokens and (2) tokens whose volume and price are accelerating right now, and it throws out the obvious rugs and wash-traded junk before you ever see them.


Two signals

signalWhat it means
new_launchA token launched recently (default: < 72h), with real liquidity and volume
momentumA token trading hotter than its own 24h pace β€” accelerating volume + rising price

Every result is ranked by a single momentum_score so the strongest signals come first.

Built-in anti-rug quality gate

Tokens are dropped before scoring if they look like traps:

  • Low liquidity (below your threshold, default $10k)
  • Negligible volume (below your threshold, default $25k/24h)
  • Suspicious volume β€” 24h volume wildly out of proportion to liquidity (classic wash trading)
  • Illiquid activity β€” near-zero volume against the pool

You control every threshold from the input.


Sources (all public, no API key)

  • DexScreener β€” new token launches + live per-pair metrics (price, volume, liquidity, multi-timeframe change) across every chain
  • CoinGecko β€” established coins with 1h / 24h / 7d momentum

Use cases

  • Degens / memecoin traders β€” programmatic early alerts on fresh launches that already have liquidity
  • Momentum traders β€” a shortlist of tokens accelerating now, not after the pump
  • Bots & automations β€” feed clean, filtered signals into your own trading/alerting pipeline (Make, Zapier, n8n, custom)
  • Analysts β€” track what's moving across chains without babysitting ten dashboards

Input (all optional)

FieldDefaultDescription
include_new_launchestrueDetect fresh token launches
include_dex_momentumtrueDetect accelerating DEX tokens
include_coingeckotrueInclude established coins' momentum
chainsallLimit to chains, e.g. ["solana","base","ethereum"]
min_liquidity_usd10000Anti-rug: minimum liquidity
min_volume_usd25000Minimum 24h volume
max_new_token_age_hours72Max age to count as a "new launch"
min_volume_acceleration2.0Momentum: last hour β‰₯ NΓ— the 24h hourly pace
min_price_change_1h3.0Momentum: minimum 1h price gain (%)
max_results100Cap on signals returned

Example

{
"chains": ["solana", "base"],
"min_liquidity_usd": 20000,
"min_price_change_1h": 5
}

Output

Each item is one token signal:

{
"signal": "new_launch",
"symbol": "WIFOUT",
"chain": "solana",
"address": "…",
"price_usd": 0.0024,
"price_change_h1": 211.0,
"price_change_h24": 472.0,
"volume_h24": 420225,
"liquidity_usd": 37162,
"age_hours": 2.1,
"momentum_score": 265.17,
"quality_flags": [],
"url": "https://dexscreener.com/…"
}

Pricing

Pay per result: $0.002 per token signal returned. Most runs cost a few cents. No subscription β€” you pay only per item.

Tips

  • Schedule it (every 15–60 min) to keep catching launches and movers as they happen β€” the actor remembers which tokens it already reported, so a launch is flagged only once.
  • Tighten min_liquidity_usd / min_price_change_1h for higher-conviction signals; loosen them to cast a wider net.
  • Use chains to focus on where you actually trade (e.g. Solana for memecoins).

⚠️ Not financial advice. Crypto is high-risk; this actor surfaces data, it does not tell you what to buy. Always do your own research. All data from public sources.