---
title: "get stats counters"
method: GET
path: "/stats"
---

# get stats counters

`GET /stats`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Response `200`

stats

- 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

---

[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)
