Crypto Market Aggregator
Pricing
from $0.05 / actor start
Go to Apify Store
Crypto Market Aggregator
Fetch live cryptocurrency prices, 24h change, market cap and trading volume for any coins via the public CoinGecko API. No API key required. Pay-per-event.
Pricing
from $0.05 / actor start
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
20 days ago
Last modified
Categories
Share
Fetch live cryptocurrency prices, 24h change, market cap and trading volume for any coins via the public CoinGecko API. No API key required. Pay-per-event.
What it does
Run it on one or many inputs and get a clean, structured dataset (CSV/JSON export ready). No API keys or external accounts required.
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows, ready for CSV/JSON
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Description |
|---|---|---|
coins | array | CoinGecko coin IDs (lowercase), e.g. bitcoin, ethereum, solana. |
vsCurrency | string | Fiat currency to price against (usd, eur, sek...). |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~crypto-market-aggregator/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"coins": ["bitcoin", "ethereum"], "vsCurrency": "usd"}'
Output
| Field | Type | Description |
|---|---|---|
coin_id | string | Coin ID |
price | number | Current price |
market_cap | number | Market cap |
volume_24h | number | 24h volume |
change_24h_pct | number | 24h % change |
currency | string | Quote currency |
error | string | Error if any |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.