---
title: "Retrieve blockchain network statistics and metrics"
method: GET
path: "/{chain_id}/api/v2/stats"
tags: ["stats"]
---

# Retrieve blockchain network statistics and metrics

`GET /{chain_id}/api/v2/stats`

Retrieves blockchain network statistics including total blocks, transactions, addresses, average block time, market data, and network utilization.

## Path parameters

- `chain_id` string, required

## Response `200`

Blockchain network statistics.

- StatsResponse — Stats response
  - `average_block_time` number, float
  - `coin_image` string, nullable
  - `coin_price` string, nullable
  - `coin_price_change_percentage` number, float, nullable
  - `gas_price_updated_at` string, date-time, nullable
  - `gas_prices` object, nullable
  - `gas_prices_update_in` integer, nullable
  - `gas_used_today` union
    - string, nullable
    - integer
  - `market_cap` string
  - `network_utilization_percentage` number, nullable
  - `secondary_coin_image` string, nullable
  - `secondary_coin_price` string, nullable
  - `static_gas_price` string, nullable
  - `total_addresses` string
  - `total_blocks` string
  - `total_gas_used` string
  - `total_transactions` string
  - `transactions_today` string
  - `tvl` string, nullable

## Other responses

- `422` — Unprocessable Entity

---

[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/revisions/59ac5466233b/schema)
