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

# データプロダクト

> ChainStream が公開するすべてのデータセット — 何が入っていて、どれくらい新鮮で、どう取得するか。

ChainStream は **データプロダクト** のカタログとして設計されています。各プロダクトは、形状・更新頻度・提供経路が定義された複数チェーン横断の正規化データセットです。

## カタログ

<CardGroup cols={2}>
  <Card title="Tokens" icon="coins" href="/jp/docs/data-products/tokens">
    メタデータ、マーケットデータ、価格、保有者、セキュリティ情報。
  </Card>

  <Card title="Trades" icon="right-left" href="/jp/docs/data-products/trades">
    チェーン横断で正規化された DEX スワップ。
  </Card>

  <Card title="Wallets" icon="wallet" href="/jp/docs/data-products/wallets">
    残高、PnL、ネットワース、送受信履歴。
  </Card>

  <Card title="DEX Pools" icon="droplet" href="/jp/docs/data-products/dex-pools">
    プール状態、リザーブ、手数料ティア、流動性スナップショット。
  </Card>

  <Card title="Rankings" icon="trophy" href="/jp/docs/data-products/rankings">
    キュレーションされたリスト — ホット、新規、移行、最終段階など。
  </Card>

  <Card title="Candles (OHLC)" icon="chart-column" href="/jp/docs/data-products/candles-ohlc">
    トークン/ペア/プールの複数インターバル OHLC。
  </Card>

  <Card title="Holders" icon="users" href="/jp/docs/data-products/holders">
    トップ保有者、分布、集中度。
  </Card>

  <Card title="Smart Money" icon="brain" href="/jp/docs/data-products/smart-money">
    ラベル付きウォレットコホート、勝率、資金フロー。
  </Card>

  <Card title="Blockchain Core" icon="cube" href="/jp/docs/data-products/blockchain-core">
    生ブロック、トランザクション、Gas メトリクス。
  </Card>

  <Card title="データ鮮度 & SLA" icon="gauge-high" href="/jp/docs/data-products/data-freshness">
    データセットごとの遅延、リフレッシュ間隔、バックフィル挙動。
  </Card>
</CardGroup>

## 入口を選ぶ

<CardGroup cols={2}>
  <Card title="アクセス方法" icon="plug" href="/jp/docs/access-methods/overview">
    どのインターフェース (REST / GraphQL / WS / Kafka / SDK) を使うか。
  </Card>

  <Card title="API Reference" icon="code" href="/jp/api-reference/overview">
    正確なフィールド、スキーマ、レート制限。
  </Card>
</CardGroup>
