Time Granularity, Freshness, And Update Cadence
Learn how growthepie uses daily, weekly, monthly, quarterly, and hourly data across endpoints.
growthepie uses more than one time model. Flat exports such as fundamentals.json and export/{metric}.json are daily, while richer metric detail endpoints can include daily, weekly, monthly, quarterly, and for some metrics hourly time series.
Key Facts
Flat exports use daily rows with
dateformatted asYYYY-MM-DDRich metric detail endpoints can expose
daily,weekly,monthly,quarterly, and optionalhourlyseriesfundamentals.jsonis limited to the last 90 daysRicher endpoints expose
last_updated_utc
How Freshness Works
Use
last_updated_utcwhen the response includes itUse the most recent
datein a flat export when the response is a raw arrayTreat hourly series as available only when
master.json.metrics.{metric}.hourly_availableistrue
Example
txcount is a metric with hourly availability. The rich endpoint metrics/chains/arbitrum/txcount.json includes:
timeseries.dailytimeseries.weeklytimeseries.monthlytimeseries.quarterlytimeseries.hourly
FAQ
Is fundamentals.json full history?
No. fundamentals.json is a rolling 90-day daily export.
Where do I get full history for one metric?
Use export/{metric}.json for flat rows or metrics/chains/{origin_key}/{metric_id}.json for richer series per chain.
Related Pages
Last updated
