Coingecko Aggregator
Pricing
from $0.50 / 1,000 results
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
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer

Ian Dikhtiar
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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 Type | Description |
|---|---|
coin | Market snapshot per coin (price, volume, cap, ATH/ATL, 24h change) |
alert | Triggered 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
| Field | Required | Default | Description |
|---|---|---|---|
coin_ids | Yes | - | Comma-separated CoinGecko IDs (bitcoin,ethereum,solana) |
vs_currency | No | usd | Quote currency (usd, eur, btc, etc.) |
order | No | market_cap_desc | Sort order |
per_page | No | 100 | Number of coins (1-250) |
include_alerts | No | true | Generate alert rows |
sparkline | No | false | Include 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