---
title: "Retrieve Coin Holders"
method: GET
path: "/sui/coin/holders"
---

# Retrieve Coin Holders

`GET /sui/coin/holders`

Returns holders of a coin by a given object type.

## Query parameters

- `coinType` string, required
- `cursor` string
- `limit` integer

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `data` object[]
      - `address` string
      - `quantity` string
      - `percentage` string
    - `nextPageIndex` integer
    - `total` integer

## Other responses

- `400` — 400

---

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