# How To Get Chain Overview Data For Arbitrum

Use the chain overview endpoint when you want the growthepie summary view for Arbitrum in one request. This is the right endpoint for highlights, rankings, KPI cards, achievements, and ecosystem context.

## Explore It Live

* Live platform: <https://www.growthepie.com/chains/arbitrum>

## API Path

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

## Example Request

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

## What You Get

* `highlights`
* `events`
* `ranking`
* `kpi_cards`
* `achievements`
* `ecosystem`

## Caveats

* This is an overview payload, not a flat analytics export.
* Use metric detail endpoints when you need richer per-metric time series.

## Related Pages

* [Endpoint: chains/{origin\_key}/overview.json](/api-reference/api/chain-overview-json.md)
* [Endpoint: metrics/chains/{origin\_key}/{metric\_id}.json](/api-reference/api/metric-detail-json.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.growthepie.com/use-cases/use-cases/how-to-get-chain-overview-data-for-arbitrum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
