---
title: "Get counters for address tabs"
method: GET
path: "/{chain_id}/api/v2/addresses/{address_hash_param}/tabs-counters"
tags: ["addresses"]
---

# Get counters for address tabs

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

Retrieves counters for various address-related entities (max counter value is 51).

## Path parameters

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

## Response `200`

Counters for address tabs.

- AddressTabsCounters — Counters for address tabs
  - `internal_transactions_count` integer
  - `logs_count` integer
  - `token_balances_count` integer
  - `token_transfers_count` integer
  - `transactions_count` integer
  - `validations_count` integer
  - `withdrawals_count` integer

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