---
title: "Retrieve Collection Holders"
method: GET
path: "/monad/collection/holders"
---

# Retrieve Collection Holders

`GET /monad/collection/holders`

Returns the NFT distribution of a given non-fungible token contract on the Monad Testnet, including the addresses, amounts, and their percentage of the total supply.

## Query parameters

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

## Response `200`

200

- object
  - `code` integer
  - `reason` string
  - `message` string
  - `result` object
    - `data` object[]
      - `ownerAddress` string
      - `amount` integer
      - `lastTransaction` string
      - `percentage` string
      - `value` string
      - `isContract` boolean
    - `nextPageCursor` 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)
