> ## 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="/ko/api-reference/endpoint/data/token/v2/token-chain-tokenaddress-holders-get">
    `tokens/{address}/holders`, `/distribution`.
  </Card>

  <Card title="WebSocket" icon="bolt" href="/ko/api-reference/endpoint/websocket/api">
    `dex-token-holding:{chain}_{tokenAddress}` — 보유 분포 및 잔고 태그 실시간 스트림. SDK: `client.stream.subscribeTokenHolders`.
  </Card>

  <Card title="GraphQL" icon="diagram-project" href="/ko/graphql/getting-started/overview">
    Wallets와 JOIN하여 풍부화.
  </Card>

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

## 다음 단계

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" href="/ko/docs/data-products/wallets">
    임의 홀더의 전체 프로필로 드릴다운.
  </Card>

  <Card title="Smart Money" icon="brain" href="/ko/docs/data-products/smart-money">
    스마트 머니가 홀더 목록에 나타나면 탐지.
  </Card>
</CardGroup>
