How To Find Top Apps On A Chain

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.

Explore It Live

API Path

  • https://api.growthepie.com/v1/chains/arbitrum/overview.json

Example Request

curl -s https://api.growthepie.com/v1/chains/arbitrum/overview.json

What To Look For

  • data.ecosystem.active_apps

  • data.ecosystem.apps

Caveats

  • 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