> ## 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 按 **数据产品** 组织内容。每个数据产品都是一个规整的多链数据集，有明确的 schema、刷新节奏与可用投递方式。下面选一个进入查看字段、覆盖链、SLA 与最适合的接入方式。

## 目录

<CardGroup cols={2}>
  <Card title="Tokens 代币" icon="coins" href="/cn/docs/data-products/tokens">
    元数据、行情、价格、持币人、安全信息、创建事件。
  </Card>

  <Card title="Trades 交易" icon="right-left" href="/cn/docs/data-products/trades">
    跨链规整的 DEX swap——价格、数量、maker/taker、路由。
  </Card>

  <Card title="Wallets 钱包" icon="wallet" href="/cn/docs/data-products/wallets">
    余额、PnL、净值曲线、转账历史、首笔交易时间。
  </Card>

  <Card title="DEX Pools 池子" icon="droplet" href="/cn/docs/data-products/dex-pools">
    池子状态、储备、费率档、流动性快照。
  </Card>

  <Card title="Rankings 榜单" icon="trophy" href="/cn/docs/data-products/rankings">
    精选榜单——热门、新发、迁移、冲线、蓝筹风格代币。
  </Card>

  <Card title="Candles (OHLC) K 线" icon="chart-column" href="/cn/docs/data-products/candles-ohlc">
    代币 / 交易对 / 池子的多周期 OHLC。
  </Card>

  <Card title="Holders 持币人" icon="users" href="/cn/docs/data-products/holders">
    顶级持币人、分布、集中度与随时间的变化。
  </Card>

  <Card title="Smart Money 聪明钱" icon="brain" href="/cn/docs/data-products/smart-money">
    带标签的钱包 cohort、胜率与资金聚合流向。
  </Card>

  <Card title="Blockchain Core 底层数据" icon="cube" href="/cn/docs/data-products/blockchain-core">
    原始区块、交易、gas 指标与链级状态。
  </Card>

  <Card title="数据新鲜度与 SLA" icon="gauge-high" href="/cn/docs/data-products/data-freshness">
    每个数据集的延迟、刷新间隔与回填行为。
  </Card>
</CardGroup>

## 数据产品的统一描述方式

每个数据集都按同一套维度描述，方便你快速判断是否适合：

<CardGroup cols={3}>
  <Card title="定义" icon="circle-info">
    用大白话说清楚数据集是什么，附规范 schema。
  </Card>

  <Card title="覆盖" icon="globe">
    哪些链有这份数据，以及各链上的特殊说明。
  </Card>

  <Card title="新鲜度" icon="clock">
    实时 tick、近实时（秒级）、或快照（分钟 / 小时级）。
  </Card>

  <Card title="接入方式" icon="plug">
    REST、GraphQL、WebSocket、Kafka、SDK、CLI、MCP 哪些支持。
  </Card>

  <Card title="吞吐速率" icon="wave-square">
    每条链上的预期吞吐——用于容量规划。
  </Card>

  <Card title="计费" icon="receipt">
    调用该数据集对应的套餐档与 unit 成本。
  </Card>
</CardGroup>

## 数据产品之间的关系

大多数数据产品通过同一套规范 ID 互相引用：

* **Tokens** 里的 `tokenAddress` 与 **Trades**、**Candles**、**Holders**、**Pools** 中的一致。
* **Wallets** 里的 `walletAddress` 贯穿 **Trades**、**Transfers**、**Smart Money**。
* **DEX Pools** 里的 `poolAddress` 是该池 **Candles** 与 **Trades** 切片的来源。

因此你可以跨产品 JOIN 而无需手工对齐 ID。

## 选择你的入口

<CardGroup cols={2}>
  <Card title="我已经知道要取哪个实体" icon="magnifying-glass" href="/cn/docs/data-products/tokens">
    直接进 Tokens / Trades / Wallets / Pools。
  </Card>

  <Card title="我已经知道调用模式" icon="share-nodes" href="/cn/docs/access-methods/overview">
    选对接入方式——REST / GraphQL / WebSocket / Kafka。
  </Card>

  <Card title="开动前想先学习" icon="graduation-cap" href="/cn/docs/tutorials/build-price-alert-bot">
    跟一个串起多个产品的端到端教程。
  </Card>

  <Card title="我想直接看参考" icon="book-bookmark" href="/cn/api-reference/overview">
    直达 API Reference。
  </Card>
</CardGroup>
