---
title: "Get list trc20 token holder. Require 1 of 2 conditions - address | hash"
method: GET
path: "/api/token-holders"
tags: ["Token"]
---

# Get list trc20 token holder. Require 1 of 2 conditions - address | hash

`GET /api/token-holders`

## Query parameters

- `address` string
- `hash` string
- `page` number
- `limit` number

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Server Internal Error

## Changes

- **2020-04-11** `c6588302814b` — 2 info
  - api tag `Token` added
  - api tag `Accounts` removed
- **2019-06-12** `ac4783cc5f0d` — 1 warning, 1 info
  - deleted the `path` request parameter `hash`
  - added the new optional `query` request parameter `hash`
- **2019-02-11** `1cc0996f22f9` — 1 info
  - the `query` request parameter `address` became optional
- **2019-01-30** `fda2651d8118` — 1 breaking, 1 warning, 3 info
  - added the new path request parameter `hash`
  - deleted the `query` request parameter `hash`
  - api tag `Accounts` added
  - api tag `Token` removed
  - …1 more

[Change history](https://skmtc.dev/buildonviction/apis/tomoscan-apis/changes/api/token-holders/get.md)

---

[API](https://skmtc.dev/buildonviction/apis/tomoscan-apis.md) · [All operations](https://skmtc.dev/buildonviction/apis/tomoscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildonviction/tomoscan-apis/revisions/cb66c33d728e/schema)
