---
title: "Get collection holders"
method: GET
path: "/api/v2/collections/{slug}/holders"
tags: ["Collection Endpoints"]
---

# Get collection holders

`GET /api/v2/collections/{slug}/holders`

Get a paginated list of holders for a collection.

## Path parameters

- `slug` string, required

## Query parameters

- `limit` integer
- `cursor` string
- `sort_direction` string
- `owned_by` string

## Response `200`

Collection holders

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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