Open API
Every number on this site is available as JSON, and every time series as CSV. No keys, no sign-up. Be reasonable: cached endpoints are fine to poll every few minutes; the live layer is meant for once every 10–15 seconds at most.
/api/v1, return application/json unless format=csv is given, and use ISO dates (YYYY-MM-DD, UTC). Amounts are ZEC unless the field name says Usd or zat.v1 shapes are the contract between this site and its indexer; fields are added, never renamed. Anything marked live is uncached and changes every block.▍Core series
Everything the charts are drawn from.
The daily rollup: one row per UTC day since genesis with supply, pool balances, flows, activity, fees, mining, valuation, derivatives, venue volume and cross-chain fields.
Index of every chart: slug, title, category, summary, variants.
A chart's full spec — series, axes, annotations — as JSON, or its time series as CSV.
The Metrics table: every key metric now and at 7d / 28d / 3m / 6m / 12m with percentage change.
Auto-detected events: anomalies, records, digests.
The same feed as RSS 2.0 for readers and bots.
▍Live layer
Straight from our node. No caching; poll politely.
Snapshot: price, 24h change, ZEC/BTC, market cap, tip height, hashrate, shielded share, mempool size, seconds since last block.
Most recent blocks with tx counts, shielded share, size, interval, miner attribution, actions per pool.
Pending transactions, bytes, shielded share, fee buckets, age of the oldest entry.
Node and indexer health: client, version, sync, peers, uptime, bandwidth, hourly blocks.
Reachable P2P peers with masked address ranges, country, client, version, sync delta.
Pool attribution over the last n blocks, difficulty projection, hashprice inputs.
▍Analysis desks
The datasets behind each tool page.
Pairwise r² and lead/lag correlations between growth metrics over a window.
Day-aligned price runs for the cycle overlay.
Daily closes for the DCA Lab's comparison universe (ZEC, BTC, ETH, SOL, gold, index funds…).
Detected shield→deshield round-trips with amounts, gap, match basis and confidence.
Most common round amounts per magnitude band, shielding and deshielding.
Historical use of an exact amount, its anonymity set, percentile and nearby amounts. Processed in memory; not logged.
Supply-integrity audit: per-pool hard facts, integrity components, Benford test, largest exits.
Orchard → Ironwood migration report: crossed share, crossings per day, size distribution, source breakdown, balances.
Cross-chain swap graph with PageRank centrality, plus indexer backfill status.
Regulated-access grading per country, venues tracked, population summary.
Transactions by UTC hour and weekday, awake-population curves, weekly peak hours.
Founders' reward, dev fund and lockbox reconstruction, reward schedule, governance timeline.
Repositories, weekly developer activity, wallet capability matrix, upgrade history.
▍Chart slugs
Use with /api/v1/charts/{slug}.
curl -s "https://zecscope.example/api/v1/daily?from=2026-01-01&fields=price,shielded,supply" | jq '.rows[-1]'
{
"date": "2026-09-06",
"price": 1224.2,
"shielded": 4871068.4,
"supply": 16918103.1
}