---
title: "Token - Holder"
method: GET
path: "/defi/v3/token/holder"
tags: ["Holder"]
---

# Token - Holder

`GET /defi/v3/token/holder`

Retrieve a list of top holders of a specified token.

## Query parameters

- `address` string, required
- `offset` integer
- `limit` integer
- `ui_amount_mode` 'raw' | 'scaled'

## Headers

- `x-chain` 'solana'

## Response `200`

JSON object containing a list of token holder

- DefiTokenHolderResponse — Response containing a paginated list of token holders for a Solana token.
  - `success` boolean, required — Indicates whether the request was successful.
  - `data` object, required — Paginated token holder result.
    - `items` object[] — List of token holders sorted by balance.
      - `amount` string — Raw token balance before applying decimals.
      - `decimals` integer — Number of decimal places used by the token mint.
      - `mint` string — Token mint address.
      - `owner` string — Wallet address that owns the token account.
      - `token_account` string — Token account address that holds the balance.
      - `ui_amount` number — Token balance after applying decimals or Solana Token-2022 scaled UI amount when requested and supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/birdeye/apis/birdeye-data-api.md) · [All operations](https://skmtc.net/birdeye/apis/birdeye-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/birdeye/birdeye-data-api/revisions/fcaba926a089/schema)
