Endpoint: export/{metric}.json
Reference for the growthepie export/{metric}.json endpoint family.
export/{metric}.json returns the flat public export for one fundamental metric across covered chains. Use export/{metric}.json when you want a single metric such as txcount, daa, or fees without downloading the broader fundamentals.json file.
Request
GET https://api.growthepie.com/v1/export/{metric}.jsonExample:
GET https://api.growthepie.com/v1/export/txcount.jsonSupported Public Metric Paths
app_revenuedaafdvfeesmarket_capprofitrent_paidstables_mcapthroughputtvltxcoststxcount
Example Response
Notes On metric vs metric_key
The path uses a higher-level metric identifier such as fees or tvl. The returned rows use raw metric_key values such as fees_paid_usd, fees_paid_eth, tvl, or tvl_eth.
When To Use export/{metric}.json
You want full metric history
You want one metric across many chains
You want a flat export for notebooks, CSV export, or a local cache
Caveats
The path parameter is the public metric identifier, not the raw
metric_key.Multi-currency metrics can return more than one
metric_keyin the same file (usually USD and ETH).
Related Pages
Last updated
