Crypto Market Data — Live Prices & OHLCV Candles avatar

Crypto Market Data — Live Prices & OHLCV Candles

Pricing

from $2.00 / 1,000 symbol returneds

Go to Apify Store
Crypto Market Data — Live Prices & OHLCV Candles

Crypto Market Data — Live Prices & OHLCV Candles

Live crypto prices and candlestick (OHLCV) history from the Binance public API — top coins by volume or any symbol list. One structured dataset row per symbol, with optional kline history for backtesting. No API key. Built for trading, quant and research agents. Pay only per symbol.

Pricing

from $2.00 / 1,000 symbol returneds

Rating

0.0

(0)

Developer

Pedro Resende

Pedro Resende

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Crypto Market Data — Live Prices & Market Cap

Live crypto prices, market cap, volume and 24h stats from the CoinGecko public API — no API key required. One clean, structured dataset row per coin, with an optional 7-day price sparkline.

Built for trading bots, quant researchers, portfolio trackers, and AI agents that need reliable crypto market data without wiring up a data provider.

Features

  • 🏆 Top coins by market cap — or volume, CoinGecko rank, or any explicit coin list.
  • 📈 Rich 24h stats — price, market cap, rank, volume, high/low, supply, ATH/ATL.
  • 🕯️ Price change windows — 1h / 24h / 7d (and 14d / 30d / 1y on request).
  • 7d sparkline — optional price history array per coin.
  • 💰 Pay-per-event — charged once per coin returned.

Input

FieldTypeDescription
vsCurrencystringQuote currency (default usd).
idsstring[]Specific CoinGecko coin ids. Empty = top-N.
topNintegerCoins in auto mode (1–250, default 20).
orderstringmarket_cap_desc | volume_desc | gecko_desc | id_asc
priceChangePercentagesstringComma windows, e.g. 1h,24h,7d.
includeSparklinebooleanAttach 7-day price history.
proxyobjectOptional Apify proxy.

Output example

{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 79762,
"market_cap": 1601813551255,
"market_cap_rank": 1,
"total_volume": 38311063650,
"high_24h": 82108,
"low_24h": 78706,
"price_change_percentage_24h": -2.1872,
"price_change_percentage_7d": 3.41,
"circulating_supply": 20079703.0,
"max_supply": 21000000.0,
"ath": 126080,
"last_updated": "2026-09-04T20:49:20.000Z",
"sparkline_7d": [77528.0, 77398.3, "..."],
"vs_currency": "usd",
"scrapedAt": "2026-09-04T20:55:00.000Z"
}

Run via API

curl -X POST "https://api.apify.com/v2/acts/ALLESEROJJE~crypto-market-data/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"vsCurrency": "usd",
"topN": 100,
"priceChangePercentages": "1h,24h,7d,30d",
"includeSparkline": true
}'

Pricing

$0.002 per coin returned (pay-per-event). Sparkline history is included at no extra charge.