> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ホルダー

> 任意のトークンのトップ保有者、分布、集中度、時間変化。

**Holders** データプロダクトはトークンごとの保有者テーブルと分布メトリクスを公開します — 「誰が保有しているか」「どれくらい集中しているか」「最近動いた誰か」に答えるためのデータです。

## フィールド

| 分類             | 例                                                            |
| :------------- | :----------------------------------------------------------- |
| Table          | `rank`, `address`, `balance`, `shareOfSupply`, `entityLabel` |
| Distribution   | `giniCoefficient`, `top10Share`, `top100Share`               |
| Changes        | `changesLast24h` — 追加・退出・順位変化                                |
| Classification | `bucket` — 鯨 / 小口 / 契約 / 取引所 / 流動性                           |

## アクセス

<CardGroup cols={2}>
  <Card title="REST" icon="database" href="/jp/api-reference/endpoint/data/token/v2/token-chain-tokenaddress-holders-get">
    `tokens/{address}/holders`, `/distribution`。
  </Card>

  <Card title="WebSocket" icon="bolt" href="/jp/api-reference/endpoint/websocket/api">
    `dex-token-holding:{chain}_{tokenAddress}` — 保有分布と残高タグをリアルタイム配信。SDK: `client.stream.subscribeTokenHolders`。
  </Card>

  <Card title="GraphQL" icon="diagram-project" href="/jp/graphql/getting-started/overview">
    Wallets と JOIN して充実。
  </Card>

  <Card title="SDK / MCP" icon="robot" href="/jp/docs/ai-agents/mcp-server/introduction">
    `tokens_holders`, `tokens_distribution`。
  </Card>
</CardGroup>

## 次へ

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" href="/jp/docs/data-products/wallets">
    任意の保有者から完全プロフィールへ掘り下げ。
  </Card>

  <Card title="Smart Money" icon="brain" href="/jp/docs/data-products/smart-money">
    スマートマネーが保有者表に現れたときに検知。
  </Card>
</CardGroup>
