Crypto Market Data (prices, market cap, volume) avatar

Crypto Market Data (prices, market cap, volume)

Pricing

from $0.50 / 1,000 coin fetcheds

Go to Apify Store
Crypto Market Data (prices, market cap, volume)

Crypto Market Data (prices, market cap, volume)

Live crypto prices and market data for any coin or the top N by market cap: price, market cap, rank, 24h volume, 24h/7d change, ATH/ATL. Powered by CoinGecko. No key, no proxy.

Pricing

from $0.50 / 1,000 coin fetcheds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Crypto Market Data — Prices, Market Cap & Volume

Get live cryptocurrency market data for any coin — or the top N coins by market cap — in one run. Price, market cap, rank, 24h volume, 24h/7d change, all-time high (ATH) and all-time low (ATL). Powered by CoinGecko. No API key, no proxy.

What you get per coin

  • 💲 Current price (in any fiat: usd, brl, eur, gbp…)
  • 🏦 Market cap and market-cap rank
  • 📊 24h trading volume
  • 📈 24h and 7d price change (%)
  • 🔺 All-time high (ATH) and 🔻 all-time low (ATL)

Use cases

  • Portfolio & dashboards — feed live prices into a sheet, bot, or app.
  • Alerts — trigger when a coin moves X% or crosses a price.
  • Research & screening — pull the top 100 coins and rank/filter them.
  • Reporting — daily market snapshots for a newsletter or Notion page.

Input

FieldTypeDescription
coinIdsarraySpecific coins by CoinGecko id (e.g. ["bitcoin","ethereum","solana"]). Leave empty to use topN.
topNintegerReturn the top N coins by market cap (e.g. 50).
vsCurrencystringFiat to price against: usd, brl, eur, gbp… (default usd).

Example input

{ "coinIds": ["bitcoin", "ethereum"], "vsCurrency": "usd" }

or the top 25:

{ "topN": 25, "vsCurrency": "brl" }

Output

{
"id": "bitcoin", "symbol": "btc", "name": "Bitcoin",
"price": 64250.12, "market_cap": 1267000000000, "market_cap_rank": 1,
"volume_24h": 28500000000, "change_24h_pct": 1.84, "change_7d_pct": -3.1,
"ath": 73738, "atl": 67.81, "vs_currency": "usd"
}

Export to JSON, CSV, Excel or Google Sheets, or read it via the Apify API.

FAQ

Do I need a key? No. Works out of the box, no proxy needed.

How fresh is the data? Live from CoinGecko at run time.

How am I charged? Pay per result — you only pay for the coins you pull.