How To Find Top Apps On A Chain
Find top apps on a chain with growthepie chain overview data and the live platform.
Last updated
Find top apps on a chain with growthepie chain overview data and the live platform.
Use growthepie chain pages and chain overview JSON when you want to see which apps are active on a chain. The live platform is the quickest way to inspect the result, and the chain overview endpoint gives you a structured ecosystem payload you can use in code.
https://api.growthepie.com/v1/chains/arbitrum/overview.json
curl -s https://api.growthepie.com/v1/chains/arbitrum/overview.jsondata.ecosystem.active_apps
data.ecosystem.apps
This endpoint summarizes ecosystem context. It is not a full app directory export.
Use labels/projects.json or labels/projects_filtered.json when you need broader project discovery.
Last updated
