> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 通用数据

## 功能

为了帮助开发者更好地理解各项功能覆盖情况,我们汇总了提供商所提供的最常见功能:

| 功能         | 子功能   | 描述                                                  |
| ---------- | ----- | --------------------------------------------------- |
| **链上数据**   |       | 以类 SQL 格式提供的原始数据(区块、交易、日志、trace)。交易和日志可根据 ABI 选择性解码 |
| **余额**     | 原生代币  | 某个地址持有的原生代币,实时或快照。可能包含价格标注                          |
|            | ERC20 | 某个地址持有的 ERC20,实时或快照。可能包含价格标注                        |
|            | NFT   | 某个地址持有的 NFT(ERC721 或 ERC1155),实时或快照                 |
| **转账**     | 原生代币  | 涉及特定地址的原生代币转账。可能包含价格标注                              |
|            | ERC20 | 涉及特定地址的 ERC20 转账。可能包含价格标注                           |
|            | NFT   | 涉及特定地址的 NFT 转账                                      |
| **DEX 交易** |       | 跨主要 DEX 的标准化交易数据                                    |
| **市场数据**   |       | ERC20 的市场数据                                         |

余额并不简单,因为每个 ERC20 和 NFT 合集都将其余额存储在合约存储中。转账也并不简单,因为它们经常作为子例程发生。附加价格标注并跨 DEX 进行标准化会带来额外的便利性。

## 访问模式

* **API**:数据存放在提供商的服务器上;通过 API 进行查询
* **Stream**:将数据复制到您的环境中

## 提供商概览

<Tabs>
  <Tab title="主网">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>提供商</th>
            <th>状态</th>
            <th>文档</th>
            <th>支持的服务</th>
            <th>访问模式</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Allium](https://www.allium.so/)</td>
            <td>✅</td>
            <td>[文档](https://docs.allium.so/)</td>
            <td>**链上数据**(区块、交易、日志、trace、合约)(通过 [Explorer](https://docs.allium.so/app/overview)(历史)和 [Datastreams](https://docs.allium.so/datastreams/kafka)(实时)产品)<br />
            **转账**(原生代币、ERC20 和 NFT)(通过 [Developer](https://docs.allium.so/api/developer/wallets/transactions)(实时)产品)</td>
            <td>API,Datastreams 产品支持流式</td>
          </tr>

          <tr>
            <td>[Birdeye Data Services](https://bds.birdeye.so/)</td>
            <td>✅</td>
            <td>[文档](https://docs.birdeye.so/)</td>
            <td>[**DEX 交易**](https://docs.birdeye.so/reference/get-defi-price)<br />
            代币的 [**市场数据**](https://docs.birdeye.so/reference/get-defi-v3-token-market-data)<br />
            [**代币元数据**](https://docs.birdeye.so/reference/get-defi-tokenlist) 与分析</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Codex](https://www.codex.io/)</td>
            <td>✅</td>
            <td>[文档](https://docs.codex.io/)</td>
            <td>以代币和交易为核心的数据:<br />
            [代币](https://docs.codex.io/recipes/discover-tokens) 图表、元数据、价格、事件与详细统计<br />
            NFT 元数据、事件与详细统计</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Dune Sim](https://sim.dune.com/)</td>
            <td>✅</td>
            <td>[文档](https://docs.sim.dune.com/)</td>
            <td>**链上数据:** 交易、日志(原始或解码)<br />
            **余额:** 原生代币、ERC20</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[GoldRush](https://goldrush.dev/)(由 Covalent 提供)</td>
            <td>✅</td>
            <td>[文档](https://goldrush.dev/docs/overview)</td>
            <td>**链上数据:** 区块、增强的交易和日志(原始与解码)<br />
            **余额:** 原生代币、ERC20、NFT 与投资组合<br />
            **交易:** 带解码转账事件的完整历史记录</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Goldsky](https://goldsky.com/)</td>
            <td>✅</td>
            <td>[文档](https://docs.goldsky.com/)</td>
            <td>**链上数据:** 通过 [Turbo Pipelines](https://docs.goldsky.com/turbo-pipelines/introduction) 提供区块、增强交易、日志和 trace</td>
            <td>API;流式</td>
          </tr>

          <tr>
            <td>[Mobula](https://mobula.io/)</td>
            <td>✅</td>
            <td>[文档](https://docs.mobula.io/introduction)</td>
            <td>**链上数据**<br />
            **余额:** [原生代币、ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-portfolio) 及 [NFT](https://docs.mobula.io/rest-api-reference/endpoint/wallet-nfts)<br />
            **转账:** [原生代币、ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-transactions) 及 NFT<br />
            [**DEX 交易**](https://docs.mobula.io/rest-api-reference/endpoint/market-trades-pair)<br />
            ERC20 的 [**市场数据**](https://docs.mobula.io/rest-api-reference/endpoint/market-data)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Moralis](https://moralis.com)</td>
            <td>✅</td>
            <td>[文档](https://docs.moralis.com)</td>
            <td>**链上数据:** [区块](https://docs.moralis.com/web3-data-api/evm/reference/blockchain-api#get-blocks)、[交易](https://docs.moralis.com/web3-data-api/evm/reference/blockchain-api#get-transactions)、[日志](https://docs.moralis.com/rpc-nodes/reference/eth_getLogs)<br />
            **余额:** [原生代币、ERC20](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-token-balances-price?address=0xcB1C1FdE09f811B294172696404e88E658659905\&chain=eth\&token_addresses=\[]\&limit=50)、[NFT](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api#get-wallet-nft-balances)(带元数据、logo、垃圾/低流动性过滤)<br />
            [**代币价格**](https://docs.moralis.com/web3-data-api/evm/reference/price-api#get-token-prices):含美元估值<br />
            **转账:** [原生代币、ERC20](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-transactions-by-wallet?address=0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326\&chain=eth\&limit=50\&order=DESC) 及 [NFT](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-nft-transfers?address=0xcB1C1FdE09f811B294172696404e88E658659905\&chain=eth\&contract_addresses=\[]\&format=decimal\&limit=25\&order=DESC)(解码事件)、[钱包历史](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-history?address=0xcB1C1FdE09f811B294172696404e88E658659905\&chain=eth\&order=DESC\&limit=25)(分类转账 + approvals)<br />
            [**Streams**](https://docs.moralis.com/streams-api/evm):通过 webhook 实时监听地址/合约<br />
            [**Datashare**](https://moralis.com/datashare/):导出海量加密数据集<br />
            [**RPC 节点**](https://docs.moralis.com/rpc-nodes):访问原始区块链数据</td>
            <td>API,流式(webhook)</td>
          </tr>

          <tr>
            <td>[Quicknode](https://www.quicknode.com/)</td>
            <td>✅</td>
            <td>[文档](https://www.quicknode.com/docs/streams/getting-started)</td>
            <td>[**Streams**](https://www.quicknode.com/streams)、[**Webhooks**](https://www.quicknode.com/webhooks)</td>
            <td>Streams、Webhooks</td>
          </tr>

          <tr>
            <td>[Rarible](https://rarible.org/)</td>
            <td>✅</td>
            <td>[文档](https://docs.rarible.org/)</td>
            <td>[**NFT 数据**](https://docs.rarible.org/reference):元数据;按地址的持仓(当前与历史);交易数据;垃圾评分</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Sequence](https://sequence.xyz/)</td>
            <td>❓</td>
            <td>[文档](https://docs.sequence.xyz/solutions/indexer/overview)</td>
            <td>**余额**:原生代币、ERC20 及 NFT<br />
            **转账**:原生代币、ERC20 及 NFT<br />
            **其他:** 交易历史;webhooks</td>
            <td>API;流式(webhook)</td>
          </tr>

          <tr>
            <td>[SQD](https://sqd.ai/)</td>
            <td>✅</td>
            <td>[文档](https://docs.sqd.ai/)</td>
            <td>**链上数据:** 区块、交易、日志、trace、state diff(通过 [Portal](https://docs.sqd.dev/en/portal/evm/overview) 与 [Subsquid SDK](https://github.com/subsquid/squid-sdk))<br />
            **其他:** 用于 AI 代理集成的 [MCP 服务器](https://docs.sqd.dev/en/ai/mcp-server)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[SonarX](https://sonarx.com)</td>
            <td>✅</td>

            <td />

            <td>**链上数据:** 区块、交易、日志、trace<br />
            **转账:** 代币、NFT、内部转账、净内部转账(可含或不含价格)<br />
            **余额:** PIT 与当前余额<br />
            **DEX 交易** 与余额<br />
            **其他:** Approvals 与失败交易</td>
            <td>云平台数据共享(Snowflake、BigQuery、Azure、Databricks);流式(Kafka);文件交付(CSV、Parquet、Iceberg);API</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[文档](https://insight-api.thirdweb.com/guide/getting-started)</td>
            <td>**链上数据:** [区块](https://insight-api.thirdweb.com/reference#tag/blocks)、[交易](https://insight-api.thirdweb.com/guide/blueprints#transactions-blueprint)、[日志](https://insight-api.thirdweb.com/guide/blueprints#events-blueprint)、[合约](https://insight-api.thirdweb.com/reference#tag/contracts)<br />
            [**余额**](https://insight-api.thirdweb.com/guide/blueprints#tokens-blueprint):原生代币、ERC20、NFT<br />
            **其他:** [NFT](https://insight-api.thirdweb.com/reference#tag/nfts)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Zerion](https://zerion.io/)</td>
            <td>✅</td>
            <td>[文档](https://zerion.io/api)</td>
            <td>[**钱包信息**](https://developers.zerion.io/reference/wallets)<br />
            [**余额**](https://developers.zerion.io/reference/listwalletpositions)(原生代币、ERC20 及 NFT)<br />
            [**交易**](https://developers.zerion.io/reference/listwallettransactions)(多链带价格)<br />
            **其他:** [投资组合](https://developers.zerion.io/reference/getwalletportfolio)、[PNL](https://developers.zerion.io/reference/getwalletpnl#/) 和 [历史持仓](https://developers.zerion.io/reference/getwalletchart)<br />
            [通知 Webhook](https://developers.zerion.io/api-reference/subscriptions-to-transactions/create-subscription)</td>
            <td>API;Webhooks</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = 已支持,⌛️ = 进行中,❓ = 未知,❌ = 不支持*
  </Tab>

  <Tab title="测试网">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>提供商</th>
            <th>状态</th>
            <th>文档</th>
            <th>支持的服务</th>
            <th>访问模式</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Allium](https://www.allium.so/)</td>
            <td>✅</td>
            <td>[文档](https://docs.allium.so/)</td>
            <td>**链上数据**(区块、交易、日志、trace、合约)(通过 [Explorer](https://docs.allium.so/app/overview)(历史)和 [Datastreams](https://docs.allium.so/datastreams/kafka)(实时)产品)<br />
            **转账**(原生代币、ERC20 和 NFT)(通过 [Developer](https://docs.allium.so/api/developer/wallets/transactions)(实时)产品)</td>
            <td>API,Datastreams 产品支持流式</td>
          </tr>

          <tr>
            <td>[Codex](https://www.codex.io/)</td>
            <td>✅</td>
            <td>[文档](https://docs.codex.io/)</td>
            <td>以代币和交易为核心的数据:<br />
            [代币](https://docs.codex.io/recipes/discover-tokens) 图表、元数据、价格、事件与详细统计(参见 [dashboard](https://www.defined.fi/tokens/discover?network=mon-test))</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Dune Sim](https://sim.dune.com/)</td>
            <td>✅</td>
            <td>[文档](https://docs.sim.dune.com/)</td>
            <td>**链上数据:** 交易、日志(原始或解码)<br />
            **余额:** 原生代币、ERC20</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[GoldRush](https://goldrush.dev/)(由 Covalent 提供)</td>
            <td>✅</td>
            <td>[文档](https://goldrush.dev/docs/overview)</td>
            <td>**链上数据:** 区块、增强的交易和日志(原始与解码)<br />
            **余额:** 原生代币、ERC20、NFT 与投资组合<br />
            **交易:** 带解码转账事件的完整历史记录</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Goldsky](https://goldsky.com/)</td>
            <td>✅</td>
            <td>[文档](https://docs.goldsky.com/)</td>
            <td>**链上数据:** 通过 [Turbo Pipelines](https://docs.goldsky.com/turbo-pipelines/introduction) 提供区块、增强交易、日志和 trace</td>
            <td>API;流式</td>
          </tr>

          <tr>
            <td>[Mobula](https://mobula.io/)</td>
            <td>✅</td>
            <td>[文档](https://docs.mobula.io/introduction)</td>
            <td>**链上数据**<br />
            **余额:** [原生代币、ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-portfolio) 及 [NFT](https://docs.mobula.io/rest-api-reference/endpoint/wallet-nfts)<br />
            **转账:** [原生代币、ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-transactions) 及 NFT<br />
            [**DEX 交易**](https://docs.mobula.io/rest-api-reference/endpoint/market-trades-pair)<br />
            ERC20 的 [**市场数据**](https://docs.mobula.io/rest-api-reference/endpoint/market-data)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Moralis](https://moralis.com)</td>
            <td>❌</td>
            <td>[文档](https://docs.moralis.com/)</td>
            <td>**链上数据**<br />
            **余额:** [原生代币、ERC20](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-token-balances-price?address=0xcB1C1FdE09f811B294172696404e88E658659905\&chain=eth\&token_addresses=\[]\&limit=50) 和 [NFT](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-nfts-by-wallet?address=0xff3879b8a363aed92a6eaba8f61f1a96a9ec3c1e\&chain=eth\&format=decimal\&limit=50\&token_addresses=\[]\&normalizeMetadata=true\&media_items=false\&include_prices=false)<br />
            **转账:** [原生代币、ERC20](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-transactions-by-wallet?address=0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326\&chain=eth\&limit=50\&order=DESC)<br /></td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Quicknode](https://www.quicknode.com/)</td>
            <td>✅</td>
            <td>[文档](https://www.quicknode.com/docs/streams/getting-started)</td>
            <td>[**Streams**](https://www.quicknode.com/streams)、[**Webhooks**](https://www.quicknode.com/webhooks)</td>
            <td>Streams、Webhooks</td>
          </tr>

          <tr>
            <td>[Sequence](https://sequence.xyz/)</td>
            <td>✅</td>
            <td>[文档](https://docs.sequence.xyz/solutions/indexer/overview)</td>
            <td>**余额**:原生代币、ERC20 及 NFT<br />
            **转账**:原生代币、ERC20 及 NFT<br />
            **其他:** 交易历史;webhooks</td>
            <td>API;流式(webhook)</td>
          </tr>

          <tr>
            <td>[SQD](https://sqd.ai/)</td>
            <td>✅</td>
            <td>[文档](https://docs.sqd.ai/)</td>
            <td>**链上数据:** 区块、交易、日志、trace、state diff(通过 [Portal](https://docs.sqd.dev/en/portal/evm/overview) 与 [Subsquid SDK](https://github.com/subsquid/squid-sdk))<br />
            **其他:** 用于 AI 代理集成的 [MCP 服务器](https://docs.sqd.dev/en/ai/mcp-server)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[SonarX](https://sonarx.com)</td>
            <td>✅</td>

            <td />

            <td>**链上数据:** 区块、交易、日志、trace<br />
            **转账:** 代币、NFT、内部转账、净内部转账(可含或不含价格)<br />
            **余额:** PIT 与当前余额<br />
            **DEX 交易** 与余额<br />
            **其他:** Approvals 与失败交易</td>
            <td>云平台数据共享(Snowflake、BigQuery、Azure、Databricks);流式(Kafka);文件交付(CSV、Parquet、Iceberg);API</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[文档](https://insight-api.thirdweb.com/guide/getting-started)</td>
            <td>**链上数据:** [区块](https://insight-api.thirdweb.com/reference#tag/blocks)、[交易](https://insight-api.thirdweb.com/guide/blueprints#transactions-blueprint)、[日志](https://insight-api.thirdweb.com/guide/blueprints#events-blueprint)、[合约](https://insight-api.thirdweb.com/reference#tag/contracts)<br />
            [**余额**](https://insight-api.thirdweb.com/guide/blueprints#tokens-blueprint):原生代币、ERC20、NFT<br />
            **其他:** [NFT](https://insight-api.thirdweb.com/reference#tag/nfts)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Zerion](https://zerion.io/)</td>
            <td>✅</td>
            <td>[文档](https://zerion.io/api)</td>
            <td>[**钱包信息**](https://developers.zerion.io/reference/wallets)<br />
            [**余额**](https://developers.zerion.io/reference/listwalletpositions)(原生代币、ERC20 及 NFT)<br />
            [**交易**](https://developers.zerion.io/reference/listwallettransactions)(多链带价格)<br />
            **其他:** [投资组合](https://developers.zerion.io/reference/getwalletportfolio)、[PNL](https://developers.zerion.io/reference/getwalletpnl#/) 和 [历史持仓](https://developers.zerion.io/reference/getwalletchart)<br />
            [通知 Webhook](https://developers.zerion.io/api-reference/subscriptions-to-transactions/create-subscription)</td>
            <td>API;Webhooks</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = 已支持,⌛️ = 进行中,❓ = 未知,❌ = 不支持*
  </Tab>
</Tabs>

## 提供商详情

### Allium

[Allium](https://www.allium.so/) 是一个企业级数据平台,提供准确、快速且简单的区块链数据。Allium 为基础设施需求提供近乎实时的 Monad Testnet 数据,以及用于研究和分析的增强 Monad Testnet 数据(NFT、DEX、解码)。

Allium 支持将数据交付到多个 [目的地](https://docs.allium.so/datashares/overview),包括 Snowflake、BigQuery、Databricks 和 AWS S3。要开始使用,请通过 [此处](https://www.allium.so/contact) 联系 Allium。

| 产品                                                         | 描述 / 机制                       | 支持的 Monad Testnet 数据                                                                       |
| ---------------------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------ |
| [Explorer](https://docs.allium.so/app/overview)            | 历史数据(postgres/API)            | 链上数据:区块、交易、日志、trace、合约                                                                     |
| [Developer](https://docs.allium.so/api/developer/overview) | 实时数据(postgres/API)            | [转账](https://docs.allium.so/api/developer/wallets/transactions)(原生代币、ERC20、ERC721、ERC1155) |
| [Datastreams](https://docs.allium.so/datastreams/overview) | 实时数据(流式 - Kafka、PubSub 或 SNS) | 链上数据:区块、交易、日志、trace、合约                                                                     |

### Birdeye Data Services

[Birdeye Data Services](https://bds.birdeye.so/)(BDS)为加密货币代币提供全面的多市场数据 API,从去中心化交易所(DEX)拉取信息。BDS 提供实时和历史代币价格、市场数据、OHLCV 图表、交易历史以及代币元数据。

要开始使用,请访问 [文档](https://docs.birdeye.so/) 或在 [bds.birdeye.so](https://bds.birdeye.so/) 注册。

### Codex

[Codex](https://www.codex.io/) API 提供快速、准确的增强数据,精心构造,便于直接接入您的应用。

要开始使用,请访问 [文档](https://docs.codex.io/) 或在 [dashboard.codex.io](https://dashboard.codex.io/) 注册 API key。

### Dune Sim

[Dune Sim](https://sim.dune.com/) 让构建多链应用变得无缝。这些 API 为多个顶级加密团队提供支持。

可用的 API:

* **代币余额**:实时准确地访问 EVM 区块链上账户的原生代币和 ERC20 代币余额。
* **交易**:跨 EVM 区块链实时访问账户交易。

要开始使用,请访问 [文档](https://docs.sim.dune.com/)。

### GoldRush(由 Covalent 提供)

[GoldRush](https://goldrush.dev/) 提供多链数据 API 和工具包,便于在包括 Monad 在内的 100 多条链上进行 Web3 开发。

GoldRush 提供结构化的链上数据,包括多链钱包余额、完整交易历史和解码日志事件,用于构建应用和驱动 AI 代理。加入数百个领先团队,利用 GoldRush 缩短开发时间,并通过企业级链上数据扩展您的多链业务。

要开始使用,请访问 [文档](https://goldrush.dev/docs/overview) 或 [注册](https://goldrush.dev/platform/auth/register/) API key。

### Goldsky

[Goldsky](https://goldsky.com/) 是 Web3 开发者的首选数据索引器,提供高性能 subgraph 托管和实时数据复制管道。

Goldsky 提供两款核心自助产品,可独立使用或结合使用以驱动您的数据栈。

* **Subgraphs**:使用 TypeScript 灵活索引,支持 webhook 等。
* **Turbo Pipelines**:将实时区块链数据流式传输到您的数据库或消息队列,具备非常快速的解码、无限过滤器和实时数据检视。

要开始使用,请访问 [文档](https://docs.goldsky.com/) 或按照 [快速开始](https://docs.goldsky.com/subgraphs/guides/create-a-no-code-subgraph) 指南操作。

### Mobula

[Mobula](https://mobula.io/) 为开发者提供精选数据集:Octopus 提供市场数据、钱包数据、Metacore 提供元数据,并配有 REST、GraphSQL 和 SQL 接口进行查询。

您可以免费尝试 [API 端点](https://docs.mobula.io/rest-api-reference/introduction),当需要 API key 时再注册 API dashboard(未使用 API key 的查询不适用于生产环境)。

要开始使用,请访问 [文档](https://docs.mobula.io/introduction)。

### Moralis

[Moralis](https://moralis.com) 是获取、流式传输和导出链上数据的统一方式。访问快速、增强的钱包、代币、价格、持有者、NFT、转账、流动性以及完整交易与钱包历史的数据 API,同时还有实时 Streams 和 RPC 节点。团队将 Moralis 作为其加密数据层,以获取完整、可靠的链上数据,无需运行索引器或维护管道。

要开始使用,请访问 [文档](https://docs.moralis.com) 或 [注册](https://admin.moralis.com/register) 免费 API key。

### Quicknode

[Streams](https://www.quicknode.com/streams) 是一项托管的、基于推送的区块链数据流式服务,可保证实时与历史顺序数据的交付。接收原始或过滤后的数据(例如特定合约事件),推送至您的目标:webhook、S3、Postgres 或 Snowflake。

要开始使用,请访问 [文档](https://www.quicknode.com/docs/streams) 获取详细说明。

[Webhooks](https://www.quicknode.com/webhooks) 提供 Monad 上区块链事件的实时通知。使用现成模板或您自己的自定义 JavaScript 跟踪智能合约活动、钱包交易等。

要开始使用,请访问 [文档](https://www.quicknode.com/docs/webhooks) 获取详细说明。

### Rarible

[Rarible](https://rarible.org) 为与 NFT 交互的任何人(包括市场和钱包)提供全面的工具包。Rarible 的 NFT 数据 API 包括合集/单品元数据、交易、按账户持仓(当前与历史)以及垃圾评分。

Rarible 还提供来自主要 NFT 市场(如 OpenSea、Rarible 和 Blur)的聚合订单簿,以及 NFT 交易 SDK。

要开始使用,请查看 [文档](https://docs.rarible.org/)。

### Sequence

[Sequence](https://sequence.xyz) [Indexer](https://docs.sequence.xyz/solutions/indexer/overview) 提供跨 EVM 链的实时余额、转账、NFT、价格与合约事件,支持 webhook 和订阅,查询时延低于 300 毫秒。您可将其作为链上应用的生产读取层。

Indexer 为您提供跨 EVM 链的低延迟读取:余额与投资组合、代币与 NFT 持有情况、转账与日志、价格以及合约事件。它专为企业级生产而构建,支持各种规模的开发者。基于游标的分页、过滤器、webhook 和事件订阅,均在可扩展、99.99% 正常运行时间的服务中提供。

要开始使用,请访问 [快速开始](https://docs.sequence.xyz/solutions/indexer/overview#quickstart) 指南。

### SQD

[SQD](https://sqd.ai/)(前身为 Subsquid)是一个去中心化的数据索引平台,通过其无许可数据湖提供链上数据访问。SQD 通过 [Portal API](https://docs.sqd.dev/en/portal/evm/overview) 为 Monad 提供链上数据(区块、交易、日志、trace、state diff),并通过 [Subsquid SDK](https://github.com/subsquid/squid-sdk) 用于构建自定义索引器。

SQD 还提供 [Portal MCP 服务器](https://docs.sqd.dev/en/ai/mcp-server),使 AI 代理能够直接查询链上数据。

要开始使用,请访问 [文档](https://docs.sqd.ai/) 或探索 [Portal API](https://docs.sqd.dev/en/portal/evm/overview)。

### SonarX

[SonarX](https://sonarx.com) 提供结构化的区块链数据,覆盖 100 多条区块链的历史和实时数据,依据我们专有的数据质量框架,专注于数据质量。

企业、机构和开发者可以在其首选的云数据仓库(Snowflake、BigQuery、Azure)中查询完整的历史数据集,以 csv、parquet、iceberg 格式接收文件投递,或通过 Kafka 流式运行实时管道。支持的服务包括链上数据(区块、交易、日志、trace、解码后的日志和 trace)、staking 以及 DEX 交易和余额。

凭借开箱即用的表和灵活的交付方式,SonarX 帮助驱动分析、交易、会计和应用,无需承担维护索引管道的负担。

要开始使用,请访问 [console.sonarx.com](https://console.sonarx.com) 上的控制台。

### thirdweb

thirdweb [Insight](https://thirdweb.com/insight) 是一种快速、可靠且完全可自定义的方式,供开发者跨 30 多条链索引、转换和查询链上数据。Insight 包含用于交易、事件、代币的开箱即用 API。开发者还可以定义自定义 API schema 或 blueprint,无需 ABI、解码、RPC 或 web3 知识即可获取区块链数据。

thirdweb Insight 可用于获取:

* 给定钱包地址的所有资产(ERC20、ERC721、ERC115)
* 您游戏内市场上皮肤的所有销售
* 过去 12 个月的每月协议费
* 使用 ERC-4337 创建的所有账户的总成本
* 给定代币(ERC20、ERC721、ERC115)的元数据
* 您应用或游戏的每日活跃钱包
* 以及更多

要开始使用,请注册 [免费 thirdweb 账户](https://thirdweb.com/team),并访问 [thirdweb Insight 文档](https://insight.thirdweb.com/reference)

### Zerion

[Zerion API](https://zerion.io/api) 可用于轻松构建功能丰富的 Web3 应用、钱包和协议。在所有主流区块链上,您都可以访问用于 Web3 投资组合的钱包、资产和链上数据。Zerion 的基础设施支持所有主流链!

要开始使用,请访问 [文档](https://zerion.io/api)。
