---
title: "get token holders"
method: GET
path: "/tokens/{address_hash}/holders"
---

# get token holders

`GET /tokens/{address_hash}/holders`

## Path parameters

- `address_hash` string, required

## Response `200`

token

- object
  - `items` Holder[], required
    - `address_hash` AddressParam
      - `hash` string, required
      - `implementation_name` string, required
      - `name` string, required
      - `ens_domain_name` string
      - `metadata` object
      - `is_contract` boolean, required
      - `private_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `watchlist_names` WatchlistName[], required
        - `display_name` string, required
        - `label` string, required
      - `public_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `is_verified` boolean, required
    - `value` string, required
    - `token_id` string
  - `next_page_params` object, required

## Other responses

- `400` — bad input parameter

---

[API](https://skmtc.net/blockscout/apis/blockscout-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-api/versions/0f86c8091304/schema)
