Endpoint: apps/details/{owner_project}.json
Reference for the growthepie apps/details/{owner_project}.json endpoint.
apps/details/{owner_project}.json returns a rich project-level response for a covered app whose contracts have mapped activity. Use apps/details/{owner_project}.json when you need app-level metrics, KPI cards, first-seen dates by chain, chain-by-chain time series, and contracts tables for one owner_project.
Request
GET https://api.growthepie.com/v1/apps/details/{owner_project}.jsonExample:
GET https://api.growthepie.com/v1/apps/details/uniswap.jsonKey Facts
Auth: not required
Rate limit guidance: do not exceed 10 calls per minute
Path parameter:
owner_projectPublic discovery source for valid
owner_project:labels/projects_filtered.jsonMetric scope: application-level metrics are mostly based on smart contracts mapped to the
owner_projectCommercial packaging: application-level data is part of the Advanced package. More info: growthepie data tiers
Key Response Sections
last_updated_utcmetricskpi_cardsfirst_seenchains_by_sizecontracts_table
Example Response Excerpt
When To Use apps/details/{owner_project}.json
You need app-level metrics for one project
You want chain-by-chain activity for one app
You need first-seen dates or contract-level tables for one project
You have already confirmed that the
owner_projectexists inlabels/projects_filtered.jsonYou want metrics that are derived mostly from smart contracts mapped to a project rather than from whole-chain activity
When Not To Use apps/details/{owner_project}.json
You need the full list of valid projects before choosing one project
You need flat chain-level exports instead of a project detail object
Caveats
This endpoint exists for
owner_projectvalues with mapped contract activity.The app detail endpoint is only available for
owner_projectvalues inlabels/projects_filtered.json, not for every project inlabels/projects.json.The metric set can vary by project. The
uniswapexample currently exposes metrics such astxcount,daa,gas_fees,success_rate,market_cap,token_price, andtoken_volume.Use
labels/projects_filtered.jsonbefore generating code that assumes an app-detail endpoint exists.When you publish or reuse output derived from this endpoint, clearly state growthepie as the data source.
Application metrics are not the same thing as chain metrics. If you need network-wide values for a chain, use chain endpoints keyed by
origin_key.
Related Pages
Last updated
