Crypto Market Dashboard — All-in-One Market Snapshot avatar

Crypto Market Dashboard — All-in-One Market Snapshot

Pricing

Pay per usage

Go to Apify Store
Crypto Market Dashboard — All-in-One Market Snapshot

Crypto Market Dashboard — All-in-One Market Snapshot

One-stop crypto market overview: total market cap + BTC dominance, Fear & Greed index, top 5 coins (price/change/cap), BTC network stats (hashrate/halving), stablecoin supply, Deribit put/call ratio, and dYdX funding rates. 9 sources, no API key. $0.02/run.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

What does Crypto Market Dashboard do?

Crypto Market Dashboard is an all-in-one Apify actor that aggregates data from 9 public APIs into a single comprehensive crypto portfolio overview — covering total market cap, Fear & Greed Index, top coin performance, Bitcoin network health, stablecoin supply, options put/call ratio, and perpetual funding rates. Everything you need for a morning market briefing or a trading signal feed, in one $0.02 run. No API key required for any data source.

This all-in-one crypto tracker replaces the need to manually check CoinGecko, Alternative.me, Deribit, DefiLlama, and mempool.space separately — it pulls and structures all that data in under 30 seconds.

Why use Crypto Market Dashboard?

Building a crypto market dashboard from scratch requires maintaining integrations with multiple APIs that change frequently. This actor handles all the API calls, normalization, and structuring so you can focus on what to do with the data.

Business use cases:

  1. Morning market briefing bot — Schedule a run at 08:00 UTC daily and push the structured snapshot to Slack, Telegram, or Discord for your team or community.
  2. Automated trading signal generation — The computed sentiment_signal (bullish/bearish/neutral) derived from options P/C ratio and perpetual funding rates feeds directly into trading logic.
  3. Dashboard data feed — Run every 15 minutes as the backend for a live crypto portfolio overview dashboard — all data in one API call, no rate-limit juggling.
  4. Macro regime detection — Monitor BTC dominance + stablecoin supply + Fear & Greed together to detect market regime shifts (risk-on vs. risk-off).
  5. Alert system — Trigger notifications when Fear & Greed drops below 20 (extreme fear), stablecoin supply surges >5% in a week, or funding rates flip negative.

How to use Crypto Market Dashboard

  1. Click Start on Apify — no configuration required. Default settings fetch all 8 data sections.
  2. The run completes in ~20–30 seconds. One dataset item is produced containing nested sections.
  3. Access structured data via the Apify API, dataset export (JSON/CSV), or webhook.
  4. To power a live dashboard, schedule runs every 15 minutes using Apify's built-in scheduler.
  5. Combine with Zapier or Make to route alerts to Slack, Telegram, or email when key thresholds are crossed.

Input

This actor requires no input — all data sections are fetched automatically from public APIs. Run with an empty input {} or just click Start.

ParameterTypeDefaultDescription
(none required)All 9 data sources are fetched automatically

Output

One dataset item with nested sections — a complete crypto market dashboard snapshot:

[
{
"fetched_at": "2026-09-02T08:30:00Z",
"market_summary": {
"total_market_cap_usd": 2840000000000,
"btc_dominance_pct": 54.2,
"eth_dominance_pct": 17.8,
"market_cap_change_24h_pct": 2.14,
"total_volume_24h_usd": 118000000000
},
"sentiment": {
"fear_greed_value": 68,
"fear_greed_label": "Greed",
"signal": "bullish"
},
"top_coins": [
{
"symbol": "BTC",
"price_usd": 71240,
"change_24h_pct": 1.8,
"market_cap_usd": 1405000000000
},
{
"symbol": "ETH",
"price_usd": 3820,
"change_24h_pct": 3.2,
"market_cap_usd": 459000000000
}
],
"bitcoin_network": {
"hash_rate_eh": 624.5,
"mempool_tx_count": 18420,
"median_fee_sat_vb": 24,
"blocks_until_halving": 118420
},
"stablecoins": {
"total_supply_usd": 172000000000,
"supply_change_7d_pct": 1.4
},
"derivatives": {
"btc_put_call_ratio": 0.72,
"btc_funding_rate_annualized_pct": 18.4,
"eth_funding_rate_annualized_pct": 14.2
}
}
]

Data fields

SectionFieldDescription
market_summarytotal_market_cap_usdCrypto market cap across all assets
market_summarybtc_dominance_pctBitcoin's share of total market cap
market_summarymarket_cap_change_24h_pct24h total market cap % change
sentimentfear_greed_valueAlternative.me Fear & Greed Index (0–100)
sentimentsignalComputed bullish / bearish / neutral from options + funding
top_coinsprice_usd, change_24h_pctBTC, ETH, SOL, BNB, XRP prices and 24h changes
bitcoin_networkhash_rate_ehBitcoin network hash rate in exahashes/sec
bitcoin_networkblocks_until_halvingBlocks remaining until next Bitcoin halving
stablecoinstotal_supply_usdTotal circulating stablecoin supply (DefiLlama)
derivativesbtc_put_call_ratioDeribit BTC options put/call open interest ratio
derivativesbtc_funding_rate_annualized_pctdYdX v4 BTC perpetual funding rate, annualized

Cost estimation

Flat $0.02 per complete market snapshot — all 9 data sources, one price.

Run frequencyMonthly cost
Once per day (daily briefing)$0.60/month
Every hour$14.40/month
Every 15 minutes (live dashboard)$57.60/month
On-demand (ad hoc)$0.02/run

For a crypto portfolio overview dashboard with 15-minute refresh, this costs less than most data subscriptions at $57.60/month — with no rate limit management.

FAQ

Q: What are the 9 data sources this actor aggregates? A: CoinGecko (global market + top coin prices), Alternative.me (Fear & Greed Index), blockchain.info (Bitcoin hash rate and TX volume), mempool.space (mempool fees and halving countdown), DefiLlama (stablecoin supply), Deribit (options put/call ratio), and dYdX v4 (perpetual funding rates). All are free public APIs — no keys required.

Q: How fresh is the data? A: Each run fetches live data at the moment of execution. CoinGecko updates ~every 60 seconds, Fear & Greed is updated daily, mempool.space is real-time, and derivatives data reflects the latest available snapshot. For a live crypto market dashboard, schedule runs every 15 minutes.

Q: Can I use this as a backend API for my own dashboard? A: Yes — trigger runs via the Apify API and read results via the dataset API endpoint. The structured JSON output is designed to map directly to dashboard UI components. Many users combine this with a lightweight frontend on Vercel or Netlify.

Disclaimer: This all-in-one crypto tracker provides aggregated market data for informational purposes only. Prices, sentiment signals, and network metrics reflect public data at time of fetch and do not constitute financial or investment advice. Computed signals (bullish/bearish/neutral) are algorithmic and may not reflect actual market conditions.

Keywords: crypto market dashboard, all-in-one crypto tracker, crypto portfolio overview, Fear and Greed index, Bitcoin network stats, stablecoin supply, options put call ratio, perpetual funding rates, DeFi analytics, crypto market cap, BTC dominance, real-time crypto data


Feedback

If this actor powers your market monitoring, a review helps others find it: Leave a review on Apify Store