CoinGecko Crypto Prices & Market Data avatar

CoinGecko Crypto Prices & Market Data

Pricing

Pay per usage

Go to Apify Store
CoinGecko Crypto Prices & Market Data

CoinGecko Crypto Prices & Market Data

Live cryptocurrency prices and market data for any coin: price, market cap, rank, 24h volume, supply, ATH and price change. Free, powered by CoinGecko.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

D N

D N

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

CoinGecko Crypto Prices & Market Data — Free

Get live cryptocurrency prices and market data for any coin: current price, market cap, market-cap rank, 24h volume, 24h high/low, price change %, circulating/total/max supply, all-time high and more. Powered by the public CoinGecko API.

This actor is free — you only pay for your own Apify platform usage.

What it does

Give it a list of CoinGecko coin IDs (e.g. bitcoin, ethereum, solana) and a quote currency; it returns one structured record per coin with an explicit status (found / not_found / error). Perfect for dashboards, portfolio trackers, alerts and research — no API key required.

Input

FieldTypeDescription
coinIdsarray of stringsCoinGecko coin IDs (lowercase, not ticker symbols). One result per coin.
vsCurrencystringQuote currency: usd, eur, btc… Default usd.

Output (example)

{
"id": "bitcoin",
"status": "found",
"symbol": "btc",
"current_price": 63461,
"market_cap": 1272642529765,
"market_cap_rank": 1,
"total_volume": 31332017770,
"price_change_percentage_24h": -0.71,
"circulating_supply": 19700000,
"url": "https://www.coingecko.com/en/coins/bitcoin"
}

Use cases

  • Feed a crypto price dashboard or portfolio tracker.
  • Build price-change alerts and automations.
  • Snapshot market data for research and reporting.
  • Enrich a watchlist with supply and ATH metrics.

Limitations & fair use

Uses CoinGecko's public (free) API, which is rate-limited; the actor retries with back-off on HTTP 429. Use coin IDs, not ticker symbols (find an ID on the coin's CoinGecko page URL). Not financial advice.

More actors by this developer

See the full range of free actors on the fit_melon profile.