> ## 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="/jp/api-reference/endpoint/data/wallet/v2/wallet-chain-walletaddress-pnl-get">
    `wallets/{address}/profile`, `/holdings`, `/pnl`。
  </Card>

  <Card title="GraphQL" icon="diagram-project" href="/jp/graphql/getting-started/overview">
    保有と取引を JOIN して一括取得。
  </Card>

  <Card title="WebSocket" icon="bolt" href="/jp/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="/jp/docs/ai-agents/mcp-server/introduction">
    `wallets_profile`, `wallets_activity`。
  </Card>
</CardGroup>

## 次へ

<CardGroup cols={2}>
  <Card title="Smart Money" icon="brain" href="/jp/docs/data-products/smart-money">
    Wallets 上に構築された高パフォーマンスウォレットコホート。
  </Card>

  <Card title="KYA" icon="user-shield" href="/jp/docs/compliance/kya-concepts">
    アドレスのリスクプロファイル。
  </Card>
</CardGroup>
