> ## 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.

# 지갑

> 임의의 온체인 주소의 잔고, PnL, 순자산 곡선, 송수신 이력, 활동.

**Wallets** 데이터 제품은 어떤 온체인 주소든 조회 가능한 프로필로 변환합니다 — 현재 보유, 과거 PnL, 활동 패턴, 첫 거래 시각 — 모든 지원 체인을 가로질러 제공됩니다.

## 필드

| 분류        | 예시                                                                                |
| :-------- | :-------------------------------------------------------------------------------- |
| Identity  | `chainId`, `address`, `ens`/`sns`, `tags`, `firstSeenAt`                          |
| Holdings  | `holdings[]` — `token`, `balance`, `valueUsd`, `costBasisUsd`, `unrealizedPnlUsd` |
| Net worth | `netWorthUsd`, `netWorthHistory[]`                                                |
| Activity  | `txCount24h`, `tradeCount30d`, `activeChains[]`                                   |

## 접근

<CardGroup cols={2}>
  <Card title="REST" icon="database" href="/ko/api-reference/endpoint/data/wallet/v2/wallet-chain-walletaddress-pnl-get">
    `wallets/{address}/profile`, `/holdings`, `/pnl`.
  </Card>

  <Card title="GraphQL" icon="diagram-project" href="/ko/graphql/getting-started/overview">
    보유와 거래 JOIN.
  </Card>

  <Card title="WebSocket" icon="bolt" href="/ko/api-reference/endpoint/websocket/api">
    지갑별 채널: `dex-wallet-balance:{chain}_{walletAddress}`, `dex-wallet-trade:{chain}_{walletAddress}`, `dex-wallet-token-pnl:` / `dex-wallet-pnl-list:`. SDK: `client.stream.subscribeWalletBalance` / `subscribeWalletTrade` / `subscribeWalletPnl`.
  </Card>

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

## 다음 단계

<CardGroup cols={2}>
  <Card title="Smart Money" icon="brain" href="/ko/docs/data-products/smart-money">
    Wallets 위에 구축된 고성과 지갑 코호트.
  </Card>

  <Card title="KYA" icon="user-shield" href="/ko/docs/compliance/kya-concepts">
    주소 리스크 프로파일.
  </Card>
</CardGroup>
