---
title: "Get holder and transfer count statistics for a specific token"
method: GET
path: "/{chain_id}/api/v2/tokens/{address_hash_param}/counters"
tags: ["tokens"]
---

# Get holder and transfer count statistics for a specific token

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

Retrieves count statistics for a specific token, including holders count and transfers count.

## Path parameters

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

## Response `200`

Count statistics for the specified token.

- TokenCountersResponse — Token counters response
  - `token_holders_count` string, required
  - `transfers_count` string, required

## Other responses

- `404` — Not Found
- `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)
