---
title: "GET /v1/indexer/brc20/{ticker}/holders"
method: GET
path: "/v1/indexer/brc20/{ticker}/holders"
tags: ["BRC-20"]
---

# GET /v1/indexer/brc20/{ticker}/holders

`GET /v1/indexer/brc20/{ticker}/holders`

Get the holders of BRC20 by ticker.

## Path parameters

- `ticker` string, required

## Query parameters

- `start` integer, required
- `limit` integer, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `detail` object[]
      - `address` string
      - `availableBalance` string
      - `overallBalance` string
      - `transferableBalance` string
    - `start` integer
    - `total` integer

## Other responses

- `401` — Invalid API Key

---

[API](https://skmtc.net/unisat/apis/unisat-wallet-openapi.md) · [All operations](https://skmtc.net/unisat/apis/unisat-wallet-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unisat/unisat-wallet-openapi/revisions/68de350419c7/schema)
