---
title: "Returns multichain-aggregated stats to be displayed on the main page of multichain indexer."
method: GET
path: "/{chain_id}/stats-service/api/v1/pages/multichain/main"
tags: ["StatsService"]
---

# Returns multichain-aggregated stats to be displayed on the main page of multichain indexer.

`GET /{chain_id}/stats-service/api/v1/pages/multichain/main`

## Path parameters

- `chain_id` string, required

## Response `200`

A successful response.

- V1MainPageMultichainStats — Multichain-aggregated statistics for the main page of multichain indexer. Fields are optional because individual charts may be disabled.
  - `new_txns_multichain_window` V1LineChart — A line chart: its metadata and the series of data points.
    - `chart` V1Point[]
      - `date` string — Start date of the period this point covers.
      - `date_to` string — End date of the period (relevant for aggregated resolutions like WEEK, MONTH, YEAR; equal to `date` for DAY resolution).
      - `is_approximate` boolean — True when the value is an approximation (i.e. the period is not yet complete).
      - `value` string
    - `info` V1LineChartInfo — Metadata describing a line chart.
      - `description` string
      - `id` string
      - `resolutions` string[] — Available time resolutions for this chart (e.g. "DAY", "WEEK").
      - `title` string
      - `units` string
  - `total_multichain_addresses` V1Counter
    - `description` string
    - `id` string
    - `title` string
    - `units` string — Measurement units (e.g. "seconds", "ETH"), if applicable.
    - `value` string
  - `total_multichain_txns` V1Counter
    - `description` string
    - `id` string
    - `title` string
    - `units` string — Measurement units (e.g. "seconds", "ETH"), if applicable.
    - `value` string
  - `yesterday_txns_multichain` V1Counter
    - `description` string
    - `id` string
    - `title` string
    - `units` string — Measurement units (e.g. "seconds", "ETH"), if applicable.
    - `value` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/versions/59ac5466233b/schema)
