Endpoint: chains/{origin_key}/overview.json

Reference for the growthepie chain overview endpoint.

chains/{origin_key}/overview.json returns a rich summary for one chain. This endpoint is the right choice when you want highlights, events, rankings, KPI cards, achievements, and ecosystem context in one response instead of reconstructing a chain profile yourself from flat exports.

Request

GET https://api.growthepie.com/v1/chains/{origin_key}/overview.json

Example:

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

Key Response Sections

  • last_updated_utc

  • data.chain_id

  • data.chain_name

  • data.highlights

  • data.events

  • data.ranking

  • data.kpi_cards

  • data.achievements

  • data.blockspace

  • data.ecosystem

Example Response

When To Use chain overview

  • You are building a chain summary page

  • You need Ethereum ecosystem rankings and KPI cards

  • You want chain context plus ecosystem context in one request

Caveats

  • This endpoint is structured for overview use cases, not raw analytics row exports.

  • The available ranking and KPI card metrics depend on chain support and growthepie's chain configuration.

Last updated