Crypto Tracker πŸ“ˆ - Real-time Prices & Historical Data avatar

Crypto Tracker πŸ“ˆ - Real-time Prices & Historical Data

Pricing

from $1.00 / 1,000 coin snapshots

Go to Apify Store
Crypto Tracker πŸ“ˆ - Real-time Prices & Historical Data

Crypto Tracker πŸ“ˆ - Real-time Prices & Historical Data

Real-time cryptocurrency prices + historical OHLC for 2000+ coins. Combines CoinPaprika (deep coin data, market cap, supply) and Binance (live prices, 24h stats, candlesticks). Multi-quote: USD, EUR, BTC.

Pricing

from $1.00 / 1,000 coin snapshots

Rating

0.0

(0)

Developer

TikitakaClaw Pikipiki

TikitakaClaw Pikipiki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Crypto Tracker πŸ“ˆ

Real-time cryptocurrency prices + historical data for 2000+ coins. Combines deep coin data from CoinPaprika with live prices from Binance. Multi-quote (USD, EUR, BTC, ETH). No API keys required.


What you get

For each coin you track:

From CoinPaprika

  • Identity: name, symbol, rank, slug
  • Supply: total, max, circulating
  • Historical context: first data at, beta value
  • Quotes (USD, EUR, BTC, ETH):
    • Current price
    • Market cap + 24h change
    • 24h volume + 24h change
    • Price percent change: 15m, 30m, 1h, 6h, 12h, 24h, 7d, 30d, 1y

From Binance

  • Live price: last, bid, ask
  • 24h stats: open, high, low, close, change, change %, volume, quote volume
  • Market data: number of trades, weighted avg price

Optional: Historical Klines

  • Daily OHLC candlesticks (open, high, low, close, volume)
  • Up to 1000 days back
  • 1 item per day per coin

Input

{
"coins": "BTC,ETH,SOL,BNB",
"vsCurrencies": "usd,eur,btc",
"includeHistorical": false,
"historicalDays": 30,
"topN": 50
}

Field reference

FieldTypeDefaultDescription
coinsstring"" (empty)Comma-separated symbols. Empty = top N by market cap.
vsCurrenciesstring"usd,eur,btc"Quote currencies for pricing
includeHistoricalbooleanfalseFetch daily klines (1 item per day)
historicalDaysinteger30Days of kline history (max 1000)
topNinteger50How many top coins if coins is empty

Output example

{
"type": "coin",
"coinId": "btc-bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"rank": 1,
"source": "coinpaprika+binance",
"lastUpdated": "2026-07-05T19:44:15Z",
"firstDataAt": "2010-07-17T00:00:00Z",
"betaValue": 0.971797,
"supply": {
"total": 20052575,
"max": 21000000,
"circulating": 19947000
},
"quotes": {
"usd": {
"price": 62726.06,
"marketCap": 1257819199104,
"volume24h": 14336203611.52,
"marketCapChange24h": -0.75,
"volumeChange24h": -17.45,
"percentChange": {
"15m": -0.1,
"30m": -0.2,
"1h": -0.5,
"24h": -0.8,
"7d": 2.3,
"30d": 5.1,
"1y": 95.4
}
},
"eur": {"price": 58000, "marketCap": 1162000000000, ...},
"btc": {"price": 1.0, "marketCap": 20052575, ...}
},
"binance": {
"lastPrice": 62815.64,
"priceChange": -504.35,
"priceChangePercent": -0.797,
"highPrice": 63448,
"lowPrice": 62436.59,
"volume": 7901.56,
"quoteVolume": 496779254,
"trades": 1495920
}
}

Kline example (when includeHistorical: true)

{
"type": "kline",
"coinId": "btc-bitcoin",
"symbol": "BTCUSDT",
"date": "2025-07-05",
"open": 62500.00,
"high": 63100.00,
"low": 62400.00,
"close": 62815.64,
"volume": 7901.56,
"quoteVolume": 496779254,
"trades": 1495920,
"closeTime": "2025-07-06T00:00:00+00:00"
}

Pricing

Pay per event:

EventCost
Coin snapshot$0.002
Kline (per day)$0.0005

ℹ️ Apify's platform usage (CU) is passed through to you β€” no markup. You only pay the per-event fee on top of CU.

Example: tracking top 10 coins = 10 events Γ— $0.002 = $0.02/run. With historical (30 days Γ— 10 coins = 300 klines) = 300 Γ— $0.0005 = $0.15 additional.


Use cases

  1. πŸ“Š Trading dashboards β€” power your crypto portfolio tracker
  2. πŸ€– Trading bots β€” feed real-time prices into automated strategies
  3. πŸ“ˆ Market research β€” analyze trends, market cap dominance, supply metrics
  4. πŸ”” Price alerts β€” schedule this Actor to monitor price movements
  5. πŸ€– LLM training data β€” historical price/OHLC data for crypto analysis models
  6. πŸ“° News/journalism β€” get current prices for articles
  7. 🏦 Tax/accounting β€” historical cost basis for crypto holdings

Technical notes

  • APIs used:
  • No API keys required
  • No proxies needed β€” public APIs
  • Rate limits: CoinPaprika has no documented limit, Binance public API allows 1200 requests/minute
  • Concurrency: Sequential (no parallel fetches) to stay well under Binance rate limits
  • Build time: ~30s
  • Memory: 128 MB typical

Changelog

  • 0.1.0 (2026-07-05) β€” Initial release. Multi-coin, multi-quote, optional historical klines.

Support

  • πŸ› Report issues: Apify Console β†’ this Actor β†’ Issues tab
  • πŸ’¬ Questions: Apify Discord
  • πŸ“§ Author: @tikitakaclaw on Apify

License

MIT License. Data from public APIs (CoinPaprika, Binance). Use at your own risk; not financial advice.