---
title: "GET /v1/{chainName}/tokens/{tokenAddress}/token_holders_v2/"
method: GET
path: "/v1/{chainName}/tokens/{tokenAddress}/token_holders_v2/"
tags: ["get-token-holders-as-of-any-block-height-v2"]
---

# GET /v1/{chainName}/tokens/{tokenAddress}/token_holders_v2/

`GET /v1/{chainName}/tokens/{tokenAddress}/token_holders_v2/`

Used to get a paginated list of current or historical token holders for a specified ERC20 or ERC721 token.

## Path parameters

- `chainName` string, required
- `tokenAddress` string, required

## Query parameters

- `no-snapshot` boolean
- `block-height` integer
- `date` string
- `page-size` integer
- `page-number` integer

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `chain_id` integer — The requested chain ID eg: `1`.
  - `chain_name` string — The requested chain name eg: `eth-mainnet`.
  - `chain_tip_height` integer — The latest block height of the blockchain at the time this response was provided.
  - `chain_tip_signed_at` string, date-time — The timestamp of the latest signed block at the time this response was provided.
  - `items` object[] — List of response items.
    - `contract_decimals` integer — Use contract decimals to format the token balance for display purposes - divide the balance by `10^{contract_decimals}`.
    - `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.
    - `supports_erc` string[] — A list of supported standard ERC interfaces, eg: `ERC20` and `ERC721`.
    - `logo_url` string — The contract logo URL.
    - `address` string — The requested address.
    - `balance` string — b;The asset balance. Use `contract_decimals` to scale this balance for display purposes.
    - `total_supply` string — b;Total supply of this token.
    - `block_height` integer — The height of the block.
  - `pagination` object — Pagination metadata.
    - `has_more` boolean — True if there is another page.
    - `page_number` integer — The requested page number.
    - `page_size` integer — The requested number of items on the current page.
    - `total_count` integer — The total number of items across all pages for this request.

---

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