Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Top movers, losers, and trending coins from CoinGecko — with pump-risk flags (low liquidity, single-pair-only, fresh listing, volume-no-mcap, low-holder-data, cex-only). No API key required. Use for daily market scans, pre-trade screening, or as input to a token-pick workflow. Triggers: "top movers today", "what's pumping", "biggest losers 24h", "trending coins", "crypto movers with risk flags".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -27% | 0% |
Daily scan over CoinGecko's public endpoints, enriched with pump-risk flags so the operator doesn't manually re-check every entry for honeypots.
| Param | Description | |---|---| | limit | Default 10 each side. | | min_mcap | USD floor. Default $1M. | | chains | Optional filter. Empty → all. |
bash# Top gainers/losers (24h) curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=price_change_percentage_24h_desc&per_page=50&price_change_percentage=24h" # Trending (search-volume based) curl -s "https://api.coingecko.com/api/v3/search/trending" # Coin detail (for risk-flag enrichment) curl -s "https://api.coingecko.com/api/v3/coins/${id}?localization=false&tickers=true"
| Flag | Detection | |---|---| | low-liquidity | 24h volume < $250k OR top-pool TVL < $100k. | | single-pair-only | Trades on only one DEX pool. | | fresh-listing | First CoinGecko entry < 7 days ago. | | vol-no-mcap | 24h volume > 5× market cap. | | low-holder-data | Holder count unavailable or < 200. | | cex-only | All volume on CEX, no DEX presence. |
Two or more flags → demoted to "Watch with caution" section.
Top gainers, top losers, trending (search momentum), and watch-with-caution. Each row includes mcap, 24h volume, chain, narrative tag if known, and any flags.
Other measured skills in the registry, with their headline benchmark lift.