Introduction
growthepie is a data platform for Ethereum Mainnet, Layer 2s, Ethereum-aligned chains, apps, and data availability layers. The growthepie API exposes metadata, chain coverage, project coverage, and time-series metrics that help developers answer questions such as which chains are covered, what a metric means, how fresh the data is, and how to compare networks over time.
This documentation is designed for both human developers and AI coding tools. The docs lead with plain-English definitions, use consistent terms such as origin_key, metric_key, value, and date, and link each question to a single-purpose page with runnable examples.
Start Here
If you are new to the API, start with Quickstart.
If you need to choose an endpoint, see Choose The Right Endpoint.
If you need the canonical list of supported chains and metrics, start with Endpoint: master.json.
If you want raw daily metric rows across covered chains, start with Endpoint: fundamentals.json or Endpoint: export/{metric}.json.
Canonical Terms
origin_key: The canonical identifier for a chain, app, or other covered entity in growthepie data.owner_project: The canonical identifier for a covered app or project in project-level endpoints such aslabels/projects.jsonandapps/details/{owner_project}.json.metric_key: The canonical identifier for a raw metric series such astxcountorfees_paid_usd.metric_id: The higher-level metric identifier used in richer detail endpoints such astxcount,daa, orfees.value: The numeric observation for a metric at a given point in time.date: The calendar date for daily export endpoints, formatted asYYYY-MM-DD.
What growthepie Covers
Chain-level metrics such as transaction count, active addresses, transaction costs, total value secured, stablecoin supply, revenue, and throughput.
Richer per-chain JSON such as chain overview pages and metric detail pages.
Project coverage via
labels/projects.jsonand project detail JSON viaapps/details/{owner_project}.json.Data availability coverage and data availability metrics exposed in
master.json.
Usage Limits And Freshness Safety
Public API rate limit guidance: no more than 10 calls per minute.
Ignore chains whose
deploymentisDEVorARCHIVED. Those chains can expose stale data and should not be used in production analysis.The API is currently public, but growthepie may change API access or authentication requirements in the future.
Usage And Data Access Notes
When you use growthepie data, clearly state growthepie as the source.
Research use is encouraged. If you are using growthepie for student work, academic research, or other research activity, reach out if growthepie can support the work.
Data is only available for chains that work with growthepie.
Chain-level data is part of the Basic package. Application-level data is part of the Advanced package. More information: growthepie data tiers
Source Of Truth
This docs set is aligned to the public API at https://api.growthepie.com/, the live master.json metadata, and the growthepie backend metric registry in backend/src/config.py.
Last updated
