Cryptocurrency Market Data — Live Prices, Caps & Rankings avatar

Cryptocurrency Market Data — Live Prices, Caps & Rankings

Pricing

$20.00/month + usage

Go to Apify Store
Cryptocurrency Market Data — Live Prices, Caps & Rankings

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

Maged

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

15 hours ago

Last modified

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

  1. Open the Actor and click Try for free
  2. Optionally filter by specific coin IDs or leave blank for all coins
  3. Set the currency for price output (default: USD)
  4. Click Start — results are ready in seconds
  5. Download as JSON or CSV, or stream via the Apify API

Input

{
"coinIds": ["bitcoin", "ethereum", "solana"],
"currency": "usd",
"maxCoins": 100
}
FieldTypeDescriptionDefault
coinIdsarrayCoinGecko coin IDs to fetch (empty = top N by market cap)[]
currencystringPrice currency code (e.g., usd, eur, gbp)usd
maxCoinsintegerMax coins to return when no IDs specified100

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

FieldTypeDescription
idstringCoinGecko coin ID
symbolstringTicker symbol
namestringFull coin name
currentPricenumberCurrent price in target currency
marketCapnumberMarket capitalization
marketCapRanknumberGlobal market cap ranking
totalVolumenumber24-hour trading volume
priceChangePercent24hnumber24h price change (%)
high24hnumber24-hour high price
low24hnumber24-hour low price
circulatingSupplynumberCirculating token supply
athnumberAll-time high price

Cost

Pay-per-result pricing:

VolumeEstimated 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 coinIds empty and set maxCoins: 250 to get the full top-250 market snapshot
  • Use currency: "eur" or currency: "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