---
title: "List frozen accounts"
method: GET
path: "/v1/issuance/tokens/{tokenId}/frozen"
tags: ["Issuance"]
---

# List frozen accounts

`GET /v1/issuance/tokens/{tokenId}/frozen`

Lists frozen accounts for a token.

## Path parameters

- `tokenId` string, required — Token identifier.

## Query parameters

- `page` integer — Page number (1-based).
- `pageSize` integer — Number of items per page.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Frozen accounts

- object — Standard paginated response envelope.
  - `data` object[], required
    - `id` string, required — Frozen account identifier.
    - `tokenId` string, required — Token identifier.
    - `accountAddress` string, required — Wallet address associated with the frozen token holdings for this mint. SDP resolves the underlying token account automatically.
    - `reason` string, nullable, required — Reason for freezing, if provided.
    - `frozenAt` string, date-time, required — Timestamp when the account was frozen.
    - `frozenBy` string, required — Actor identifier that froze the account.
    - `unfrozenAt` string, date-time, nullable, required — Timestamp when the account was unfrozen, if applicable.
    - `unfrozenBy` string, nullable, required — Actor identifier that unfroze the account.
    - `signature` string — Solana transaction signature for the latest freeze/unfreeze.
  - `meta` object, required — Pagination metadata.
    - `total` integer, required — Total items.
    - `page` integer, required — Current page number.
    - `pageSize` integer, required — Items per page.
    - `hasMore` boolean, required — Whether more pages exist.
    - `requestId` string, required — Request identifier for tracing.

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
