---
title: "Get token holders"
method: GET
path: "/v1/token/holders"
tags: ["Token Holders"]
---

# Get token holders

`GET /v1/token/holders`

Get the list of holders of the specified contract.

## Query parameters

- `chain_id` integer, required — chain network id, see [list of details](/platform/features/api/web3-api)
- `contract_address` string, required — The address of the token contract
- `page` integer — The page offset
- `limit` integer — The desired page size limit. Less or equal than 100

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ResponseGetTokenHolds
  - `code` integer
  - `message` string
  - `data` string[], required
  - `next_page` integer
  - `count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.dev/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/revisions/4013781aa422/schema)
