Cryptocurrency Market Data — Live Prices, Caps & Rankings
Pricing
$20.00/month + usage
Cryptocurrency Market Data — Live Prices, Caps & Rankings
Get real-time cryptocurrency market data including prices, market caps, 24h volume, percentage changes, and rankings. Covers thousands of coins.
Pricing
$20.00/month + usage
Rating
0.0
(0)
Developer
Maged
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
0
Monthly active users
15 hours ago
Last modified
Categories
Share
What does Cryptocurrency Market Data do?
Cryptocurrency Market Data delivers real-time market data for thousands of cryptocurrencies — prices, market capitalizations, 24-hour volume, percentage changes, and rankings — all in structured JSON. No CoinGecko or CoinMarketCap API key required.
This Actor runs on the Apify platform, making it easy to schedule regular data pulls, feed crypto dashboards, or power trading research workflows.
Why use Cryptocurrency Market Data?
- No API key — avoid CoinGecko Pro and CoinMarketCap API subscription costs
- Full market snapshot — prices, caps, volume, % changes for thousands of coins
- Scheduled pulls — run every hour or minute to track price movements
- Dashboard-ready — clean JSON output that plugs into any BI or charting tool
- Batch coins — filter to only the coins you care about
How to use Cryptocurrency Market Data
- Open the Actor and click Try for free
- Optionally filter by specific coin IDs or leave blank for all coins
- Set the currency for price output (default: USD)
- Click Start — results are ready in seconds
- Download as JSON or CSV, or stream via the Apify API
Input
{"coinIds": ["bitcoin", "ethereum", "solana"],"currency": "usd","maxCoins": 100}
| Field | Type | Description | Default |
|---|---|---|---|
coinIds | array | CoinGecko coin IDs to fetch (empty = top N by market cap) | [] |
currency | string | Price currency code (e.g., usd, eur, gbp) | usd |
maxCoins | integer | Max coins to return when no IDs specified | 100 |
Output
Results are stored in the Apify dataset. Download in JSON, CSV, HTML, or Excel.
{"id": "bitcoin","symbol": "btc","name": "Bitcoin","currentPrice": 67432.15,"marketCap": 1327000000000,"marketCapRank": 1,"totalVolume": 28900000000,"priceChange24h": 1243.50,"priceChangePercent24h": 1.88,"high24h": 68100.00,"low24h": 65800.00,"circulatingSupply": 19678000,"ath": 73738.0,"athDate": "2024-03-14T07:10:36.635Z","lastUpdated": "2024-03-20T12:00:00Z"}
Output fields
| Field | Type | Description |
|---|---|---|
id | string | CoinGecko coin ID |
symbol | string | Ticker symbol |
name | string | Full coin name |
currentPrice | number | Current price in target currency |
marketCap | number | Market capitalization |
marketCapRank | number | Global market cap ranking |
totalVolume | number | 24-hour trading volume |
priceChangePercent24h | number | 24h price change (%) |
high24h | number | 24-hour high price |
low24h | number | 24-hour low price |
circulatingSupply | number | Circulating token supply |
ath | number | All-time high price |
Cost
Pay-per-result pricing:
| Volume | Estimated cost |
|---|---|
| 100 coins | ~$0.01–$0.05 |
| 1,000 coins | ~$0.10–$0.50 |
| 10,000 coins | ~$1–$5 |
Tips
- Schedule this Actor to run every 15 minutes to track fast-moving markets
- Leave
coinIdsempty and setmaxCoins: 250to get the full top-250 market snapshot - Use
currency: "eur"orcurrency: "gbp"for European price data - Connect results to Google Sheets via Apify integrations for live spreadsheet dashboards
FAQ
Does this require a CoinGecko account or API key? No. The Actor accesses public cryptocurrency data without authentication.
How current is the data? Prices are typically updated every 1–5 minutes, reflecting near-real-time market data.
Can I get historical price data? This Actor returns current/live market data. For historical data, check the related actors in the Crypto collection.
Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.
Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211