Coingecko Aggregator avatar

Coingecko Aggregator

Pricing

Pay per usage

Go to Apify Store
Coingecko Aggregator

Coingecko Aggregator

Fetch live CoinGecko market data and smart crypto alert signals in one run. Output clean coin rows plus severity-scored events (price spikes, volume surges, near ATH/ATL) for traders, bots, and dashboards.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ian Dikhtiar

Ian Dikhtiar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

Get clean crypto market data + instant alert signals in one API run.

This Actor pulls CoinGecko market data, normalizes it into structured rows, then generates actionable alert rows (price spikes, volume surges, ATH/ATL proximity) with severity so you can plug it straight into bots, dashboards, and monitoring flows.


Why it’s useful

  • One run, two outputs: raw coin data + intelligence alerts
  • No API key needed: uses CoinGecko public endpoints
  • Automation-ready: clean row schema for ETL, webhooks, and pipelines
  • Fast filtering: choose your coin list, quote currency, sort, and page size
  • Cheap at scale: pay-per-result pricing

Output Rows

Row TypeDescription
coinMarket snapshot per coin (price, volume, cap, ATH/ATL, 24h change)
alertTriggered signal with alert_type, severity, and human-readable message

Alert types

  • price_spike (strong 24h movement)
  • volume_surge (unusual volume pressure)
  • near_ath (close to all-time high)
  • near_atl (close to all-time low)

Example Use Cases

  • Trading signal pre-filters before strategy execution
  • Portfolio risk watchlists (high-volatility / high-severity alerts)
  • Crypto market dashboards and periodic reports
  • Telegram/Discord alert bots
  • Internal market intelligence feeds

Input Reference

FieldRequiredDefaultDescription
coin_idsYes-Comma-separated CoinGecko IDs (bitcoin,ethereum,solana)
vs_currencyNousdQuote currency (usd, eur, btc, etc.)
orderNomarket_cap_descSort order
per_pageNo100Number of coins (1-250)
include_alertsNotrueGenerate alert rows
sparklineNofalseInclude sparkline data

Sample Output

{
"row_type": "alert",
"coin_id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"alert_type": "price_spike",
"severity": "high",
"message": "BTC moved -11.2% in 24h with elevated market activity"
}

Pricing

$0.00025 per output row (PAY_PER_EVENT).

You are charged only for produced dataset rows (coin + alert).


Data Source & Limits

  • Source: CoinGecko public API
  • No paid setup required
  • Subject to upstream free-tier rate limits
  • Not financial advice; use as market signal infrastructure