Stacks Datasets
Overview
Stacks Datasets are curated, public-good data products. Each dataset ships with a stable read API, a parquet download path, a schema reference, a dashboard view, and a freshness signal.
Datasets share the same publishing harness as Streams bulk dumps — parquet files partitioned by Stacks block height, refreshed on a schedule, with a machine-readable manifest at manifest/latest.json.
The shelf
- STX TransfersShipped
Every canonical STX transfer event with sender, recipient, amount, and memo.
- PoX-4 / StackingShipped
Solo, delegated, aggregated stacking calls — every PoX-4 contract call decoded with cycle math, BTC payout addresses, and signer keys.
- sBTCShipped
Deposits, withdrawals (create/accept/reject), signer-set rotations, governance hooks, plus SIP-010 mint/burn/transfer on sbtc-token.
- BNSShipped
BNS-V2 names, namespaces, marketplace listings, plus a current-state projection for fast resolve(fqn).
- Network HealthShipped
Daily rollup of canonical block count, average block time, and reorg count.
How to read
Two access modes per dataset:
- Read API. JSON over HTTPS with cursor pagination. Best for dashboards, app event loops, and ad-hoc queries.
- Parquet download. Bulk historical files for warehouses, DuckDB, Spark, pandas. Best for ETL and analytics.
Read the manifest first; it points at every published file with row counts and SHA-256 checksums.
Pricing
Dataset reads are free for low-volume use. Heavy programmatic use rolls into Build or Scale via the standard API key path. Parquet downloads remain free regardless of tier.