How To Fetch App-Level Metrics For Uniswap
Fetch app-level metrics for Uniswap with growthepie and the app detail endpoint.
Use apps/details/uniswap.json when you want a project-level response for Uniswap with metrics, KPI cards, first-seen dates, and contract tables. This is the fastest public path to a grounded app-level payload in the growthepie API.
Explore It Live
Live platform: https://www.growthepie.com/
API Path
https://api.growthepie.com/v1/apps/details/uniswap.json
Example Request
curl -s https://api.growthepie.com/v1/apps/details/uniswap.jsonExample Response Shape
{
"last_updated_utc": "2026-03-27 05:40:34",
"metrics": {
"txcount": {
"metric_name": "Transaction Count",
"avg": true
}
},
"first_seen": {
"ethereum": "2021-01-01"
}
}Caveats
Validate
uniswapagainstlabels/projects_filtered.jsonbefore assuming the endpoint exists.The metric set can vary by project.
Related Pages
Last updated
