---
title: "Get count statistics (new & newly verified) for deployed smart contracts"
method: GET
path: "/{chain_id}/api/v2/smart-contracts/counters"
tags: ["smart-contracts"]
---

# Get count statistics (new & newly verified) for deployed smart contracts

`GET /{chain_id}/api/v2/smart-contracts/counters`

Retrieves count statistics for smart contracts, including total contracts, verified contracts, and new contracts in the last 24 hours.

## Path parameters

- `chain_id` string, required

## Response `200`

Count statistics for smart contracts.

- Counters — Smart contracts counters
  - `new_smart_contracts_24h` string
  - `new_verified_smart_contracts_24h` string
  - `smart_contracts` string
  - `verified_smart_contracts` string

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