> ## 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="/zh-Hant/docs/data-products/tokens">
    後設資料、行情、價格、持幣人、安全資訊、建立事件。
  </Card>

  <Card title="Trades 交易" icon="right-left" href="/zh-Hant/docs/data-products/trades">
    跨鏈規整的 DEX swap——價格、數量、maker/taker、路由。
  </Card>

  <Card title="Wallets 錢包" icon="wallet" href="/zh-Hant/docs/data-products/wallets">
    餘額、PnL、淨值曲線、轉賬歷史、首筆交易時間。
  </Card>

  <Card title="DEX Pools 池子" icon="droplet" href="/zh-Hant/docs/data-products/dex-pools">
    池子狀態、儲備、費率檔、流動性快照。
  </Card>

  <Card title="Rankings 榜單" icon="trophy" href="/zh-Hant/docs/data-products/rankings">
    精選榜單——熱門、新發、遷移、衝線、藍籌風格代幣。
  </Card>

  <Card title="Candles (OHLC) K 線" icon="chart-column" href="/zh-Hant/docs/data-products/candles-ohlc">
    代幣 / 交易對 / 池子的多週期 OHLC。
  </Card>

  <Card title="Holders 持幣人" icon="users" href="/zh-Hant/docs/data-products/holders">
    頂級持幣人、分佈、集中度與隨時間的變化。
  </Card>

  <Card title="Smart Money 聰明錢" icon="brain" href="/zh-Hant/docs/data-products/smart-money">
    帶標籤的錢包 cohort、勝率與資金聚合流向。
  </Card>

  <Card title="Blockchain Core 底層資料" icon="cube" href="/zh-Hant/docs/data-products/blockchain-core">
    原始區塊、交易、gas 指標與鏈級狀態。
  </Card>

  <Card title="資料新鮮度與 SLA" icon="gauge-high" href="/zh-Hant/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="/zh-Hant/docs/data-products/tokens">
    直接進 Tokens / Trades / Wallets / Pools。
  </Card>

  <Card title="我已經知道呼叫模式" icon="share-nodes" href="/zh-Hant/docs/access-methods/overview">
    選對接入方式——REST / GraphQL / WebSocket / Kafka。
  </Card>

  <Card title="開動前想先學習" icon="graduation-cap" href="/zh-Hant/docs/tutorials/build-price-alert-bot">
    跟一個串起多個產品的端到端教程。
  </Card>

  <Card title="我想直接看參考" icon="book-bookmark" href="/zh-Hant/api-reference/overview">
    直達 API Reference。
  </Card>
</CardGroup>
