---
title: "List individual NFT instances for a token contract"
method: GET
path: "/{chain_id}/api/v2/tokens/{address_hash_param}/instances"
tags: ["tokens"]
---

# List individual NFT instances for a token contract

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

Retrieves instances of NFTs for a specific token contract. This endpoint is primarily for ERC-721 and ERC-1155 tokens.

## Path parameters

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

## Query parameters

- `holder_address_hash` string
- `items_count` integer
- `unique_token` string, nullable

## Response `200`

NFT instances for the specified token contract, with pagination.

- object
  - `items` TokenInstanceInTokenInstancesList[], required
    - `animation_media_type` 'image' | 'video' | 'html', nullable — Media type category of the token instance animation URL
    - `animation_url` string, uri, nullable, required
    - `external_app_url` string, uri, nullable, required
    - `id` string, required
    - `image_media_type` 'image' | 'video' | 'html', nullable — Media type category of the token instance image URL
    - `image_url` string, uri, nullable, required
    - `is_unique` boolean, nullable, required
    - `media_type` string, nullable, required — Mime type of the media in media_url
    - `media_url` string, uri, nullable, required
    - `metadata` object, nullable, required
    - `owner` Address, required — Address
      - `ens_domain_name` string, nullable, required — ENS domain name associated with the address
      - `hash` string, required
      - `implementations` Implementation[], required — Implementations linked with the contract
        - `address_hash` string, required
        - `name` string, nullable, required
      - `is_contract` boolean, nullable, required — Has address contract code?
      - `is_scam` boolean, required — Has address scam badge?
      - `is_verified` boolean, nullable, required — Has address associated source code?
      - `metadata` Metadata, required — Metadata struct
        - `tags` MetadataTag[], required — Metadata tags linked with the address
          - `meta` object, nullable, required
          - `name` string, required
          - `ordinal` integer, required
          - `slug` string, required
          - `tagType` 'name' | 'generic' | 'classifier' | 'information' | 'note' | 'protocol', required
      - `name` string, nullable, required — Name associated with the address
      - `private_tags` Tag[] — Private tags associated with the address
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `proxy_type` 'eip1167' | 'eip1967' | 'eip1822' | 'eip1967_oz' | 'eip1967_beacon' | 'master_copy' | 'basic_implementation' | 'basic_get_implementation' | 'comptroller' | 'eip2535' | 'clone_with_immutable_arguments' | 'eip7702' | 'resolved_delegate_proxy' | 'erc7760' | 'minimal_proxy', nullable, required
      - `public_tags` Tag[] — Public tags associated with the address
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `reputation` 'ok' | 'scam', required — Reputation of the address
      - `watchlist_names` WatchlistName[] — Watchlist name associated with the address
        - `display_name` string, required
        - `label` string, required
    - `thumbnails` object, nullable, required
      - `250x250` string, uri
      - `500x500` string, uri
      - `60x60` string, uri
      - `original` string, uri, required
    - `token_type` 'ERC-20' | 'ERC-721' | 'ERC-1155' | 'ERC-404' | 'ERC-7984'
    - `value` string, nullable
  - `next_page_params` object, nullable, 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)
