---
title: "Returns all available counter stats for the stats page."
method: GET
path: "/{chain_id}/stats-service/api/v1/counters"
tags: ["StatsService"]
---

# Returns all available counter stats for the stats page.

`GET /{chain_id}/stats-service/api/v1/counters`

## Path parameters

- `chain_id` string, required

## Response `200`

A successful response.

- V1Counters
  - `counters` 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)
