---
title: "GET /v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId}/"
method: GET
path: "/v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId}/"
tags: ["check-ownership-in-nft-collection-token"]
---

# GET /v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId}/

`GET /v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId}/`

Commonly used to verify ownership of a specific token (ERC-721 or ERC-1155) within a collection.

## Path parameters

- `chainName` string, required
- `walletAddress` string, required
- `collectionContract` string, required
- `tokenId` string, required

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `address` string — The requested address.
  - `collection` string — The requested collection.
  - `is_spam` boolean — Denotes whether the token is suspected spam. Supported on all Foundational Chains.
  - `items` object[] — List of response items.
    - `contract_name` string — The string returned by the `name()` method.
    - `contract_ticker_symbol` string — The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
    - `contract_address` string — Use the relevant `contract_address` to lookup prices, logos, token transfers, etc.
    - `token_id` string — b;The token's id.
    - `supports_erc` string[] — A list of supported standard ERC interfaces, eg: `ERC20` and `ERC721`.
    - `last_transfered_at` string, date-time
    - `balance` string — b;Nft balance.
    - `balance_24h` string
    - `type` string
    - `nft_data` object
      - `token_id` string — b;The token's id.
      - `token_url` string
      - `original_owner` string — The original minter.
      - `current_owner` string — The current holder of this NFT.
      - `external_data` object
        - `name` string
        - `description` string
        - `asset_url` string
        - `asset_file_extension` string
        - `asset_mime_type` string
        - `asset_size_bytes` string
        - `image` string
        - `image_256` string
        - `image_512` string
        - `image_1024` string
        - `animation_url` string
        - `external_url` string
        - `attributes` object[]
          - `trait_type` string
          - `value` string
        - `thumbnails` object — Various thumbnails of the asset.
          - `image_256` string — Resized 256x256 image of the asset.
          - `image_512` string — Resized 512x512 image of the asset.
          - `image_1024` string — Resized 1024x1024 image of the asset.
          - `image_opengraph_url` string — Resized image of the asset for OpenGraph.
          - `thumbhash` string — Base64 encoded hash of the thumbnail.
        - `image_preview` string — The image preview URL.
        - `asset_properties` object — The asset properties.
          - `asset_width` integer — The width of the asset.
          - `asset_height` integer — The height of the asset.
          - `dominant_color` string — The dominant color of the asset.
      - `asset_cached` boolean — If `true`, the asset data is available from the Covalent CDN.
      - `image_cached` boolean — If `true`, the image data is available from the Covalent CDN.

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
