---
title: "Get activity count stats for a specific address"
method: GET
path: "/{chain_id}/api/v2/addresses/{address_hash_param}/counters"
tags: ["addresses"]
---

# Get activity count stats for a specific address

`GET /{chain_id}/api/v2/addresses/{address_hash_param}/counters`

Retrieves count statistics for an address, including transactions, token transfers, gas usage, and validations.

## Path parameters

- `address_hash_param` string, required
- `chain_id` string, required

## Response `200`

Count statistics for the specified address.

- AddressCounters
  - `transactions_count` string, required
  - `token_transfers_count` string, required
  - `gas_usage_count` string, required
  - `validations_count` string, required

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity

---

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