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

# get token instance holders

`GET /tokens/{address_hash}/instances/{id}/holders`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Path parameters

- `address_hash` string, required
- `id` integer, 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-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/versions/59ac5466233b/schema)
