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

# Common Data

## Features

In order to improve developer understanding of feature coverage, we have collected the most common features offered by providers:

| Feature         | Sub-Feature | Description                                                                                                                    |
| --------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Chain data**  |             | Raw data (blocks, transactions, logs, traces) in SQL-like format. Transactions and logs may optionally be decoded based on ABI |
| **Balances**    | Native      | Native token holdings of an address, real-time or snapshot. May include price annotations                                      |
|                 | ERC20       | ERC20 holdings of an address, real-time or snapshot. May include price annotations                                             |
|                 | NFT         | NFT (ERC721 or ERC1155) holdings of an address, real-time or snapshot                                                          |
| **Transfers**   | Native      | Native token transfers involving a particular address. May include price annotations                                           |
|                 | ERC20       | ERC20 transfers involving a particular address. May include price annotations                                                  |
|                 | NFT         | NFT transfers involving a particular address                                                                                   |
| **DEX trades**  |             | Normalized trade data across major DEXes                                                                                       |
| **Market data** |             | Market data for ERC20s                                                                                                         |

Balances are nontrivial because each ERC20 and NFT collection stores its balances in contract storage. Transfers are nontrivial because they frequently occur as subroutines. Annotating with prices and normalizing across DEXes add additional convenience.

## Access models

* **APl**: Data lives on provider's servers; make queries via API
* **Stream**: Data is replicated to your environment

## Provider Summary

<Tabs>
  <Tab title="Mainnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Provider</th>
            <th>Status</th>
            <th>Docs</th>
            <th>Supported services</th>
            <th>Access model</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Allium](https://www.allium.so/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.allium.so/)</td>
            <td>**Chain data** (blocks, transactions, logs, traces, contracts) (via [Explorer](https://docs.allium.so/app/overview) (historical) and [Datastreams](https://docs.allium.so/realtime/kafka-blockchains-70+) (realtime) products)<br />
            **Transfers** (native, ERC20, and NFTs) (via [Developer](https://docs.allium.so/data-products-real-time/allium-developer/wallet-apis/activities) (realtime) product)</td>
            <td>API, except streaming for Datastreams product</td>
          </tr>

          <tr>
            <td>[Birdeye Data Services](https://bds.birdeye.so/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.birdeye.so/)</td>
            <td>[**DEX trades**](https://docs.birdeye.so/reference/get-defi-price)<br />
            [**Market data**](https://docs.birdeye.so/reference/get-defi-v3-token-market-data) for tokens<br />
            [**Token metadata**](https://docs.birdeye.so/reference/get-defi-tokenlist) and analytics</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Codex](https://www.codex.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.codex.io/)</td>
            <td>Token- and trading-centric data:<br />
            [Token](https://docs.codex.io/recipes/discover-tokens) charts, metadata, prices, events, and detailed stats<br />
            NFT metadata, events, and detailed stats</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Dune Sim](https://sim.dune.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sim.dune.com/)</td>
            <td>**Chain data:** Transactions, logs (raw or decoded)<br />
            **Balances:** Native, ERC20</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[GoldRush](https://goldrush.dev/) (by Covalent)</td>
            <td>✅</td>
            <td>[Docs](https://goldrush.dev/docs/overview)</td>
            <td>**Chain data:** Blocks, enriched transactions and logs (raw and decoded)<br />
            **Balances:** native, ERC20, NFTs & Portfolio<br />
            **Transactions:** Full historical with decoded transfer events</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Goldsky](https://goldsky.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.goldsky.com/)</td>
            <td>**Chain data:** blocks, enriched transactions, logs, and traces via [Mirror](https://docs.goldsky.com/mirror/introduction). [Fast scan](https://docs.goldsky.com/mirror/sources/direct-indexing#backfill-vs-fast-scan) is supported</td>
            <td>API; Streaming</td>
          </tr>

          <tr>
            <td>[Mobula](https://mobula.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.mobula.io/introduction)</td>
            <td>**Chain data**<br />
            **Balances:** [native, ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-portfolio) and [NFT](https://docs.mobula.io/rest-api-reference/endpoint/wallet-nfts)<br />
            **Transfers:** [native, ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-transactions) and NFT<br />
            [**DEX trades**](https://docs.mobula.io/rest-api-reference/endpoint/market-trades-pair)<br />
            [**Market data**](https://docs.mobula.io/rest-api-reference/endpoint/market-data) for ERC20s</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Moralis](https://moralis.com)</td>
            <td>✅</td>
            <td>[Docs](https://docs.moralis.com)</td>
            <td>**Chain Data:** [blocks](https://docs.moralis.com/web3-data-api/evm/reference/blockchain-api#get-blocks), [transactions](https://docs.moralis.com/web3-data-api/evm/reference/blockchain-api#get-transactions), [logs](https://docs.moralis.com/rpc-nodes/reference/eth_getLogs)<br />
            **Balances:** [native, 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) [NFTs](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api#get-wallet-nft-balances) (with metadata, logos, spam / low-liquidity filtering)<br />
            [**Token Prices**](https://docs.moralis.com/web3-data-api/evm/reference/price-api#get-token-prices): USD valuation included<br />
            **Transfers:** [native, ERC20](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-transactions-by-wallet?address=0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326\&chain=eth\&limit=50\&order=DESC), and [NFTs](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) (decoded events), [wallet history](https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-history?address=0xcB1C1FdE09f811B294172696404e88E658659905\&chain=eth\&order=DESC\&limit=25) (categorized transfers + approvals)<br />
            [**Streams**](https://docs.moralis.com/streams-api/evm): real-time address/contract monitoring via webhooks<br />
            [**Datashare**](https://moralis.com/datashare/): Export massive crypto datasets<br />
            [**RPC Nodes**](https://docs.moralis.com/rpc-nodes): Raw blockchain data access</td>
            <td>APIs, Streaming (webhooks)</td>
          </tr>

          <tr>
            <td>[Quicknode](https://www.quicknode.com/)</td>
            <td>✅</td>
            <td>[Docs](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>[Docs](https://docs.rarible.org/)</td>
            <td>[**NFT data**](https://docs.rarible.org/reference): metadata; holdings by address (current and historic); trade data; spam scoring</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Sequence](https://sequence.xyz/)</td>
            <td>❓</td>
            <td>[Docs](https://docs.sequence.xyz/solutions/indexer/overview)</td>
            <td>**Balances**: native, ERC20, and NFT<br />
            **Transfers**: native, ERC20, and NFTs<br />
            **Other:** Transaction history; webhooks</td>
            <td>API; Streaming (webhooks)</td>
          </tr>

          <tr>
            <td>[SQD](https://sqd.ai/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sqd.ai/)</td>
            <td>**Chain data:** blocks, transactions, logs, traces, state diffs (via [Portal](https://docs.sqd.dev/en/portal/evm/overview) and [Subsquid SDK](https://github.com/subsquid/squid-sdk))<br />
            **Other:** [MCP server](https://docs.sqd.dev/en/ai/mcp-server) for AI agent integration</td>
            <td>API</td>
          </tr>

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

            <td />

            <td>**Chain data:** blocks, transactions, logs, traces<br />
            **Transfers:** tokens, NFTs, internal transfers, net internal transfers (with/without pricing)<br />
            **Balances:** PIT and current balances<br />
            **DEX trades** and balances<br />
            **Other:** Approvals and failed transactions</td>
            <td>Cloud Platforms Data Shares (Snowflake, BigQuery, Azure, Databricks); Streaming (Kafka); File delivery (CSV, Parquet, Iceberg); API</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[Docs](https://insight-api.thirdweb.com/guide/getting-started)</td>
            <td>**Chain data:** [blocks](https://insight-api.thirdweb.com/reference#tag/blocks), [transactions](https://insight-api.thirdweb.com/guide/blueprints#transactions-blueprint), [logs](https://insight-api.thirdweb.com/guide/blueprints#events-blueprint), [contracts](https://insight-api.thirdweb.com/reference#tag/contracts)<br />
            [**Balances**](https://insight-api.thirdweb.com/guide/blueprints#tokens-blueprint): native, ERC20, NFTs<br />
            **Other:** [NFTs](https://insight-api.thirdweb.com/reference#tag/nfts)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Unmarshal](https://unmarshal.io/)</td>
            <td>❓</td>
            <td>[Docs](https://docs.unmarshal.io)</td>
            <td>[**Balances**](https://docs.unmarshal.io/reference/fungibleerc20tokenbalances): ERC20 and NFT<br />
            [**Transactions**](https://docs.unmarshal.io/reference/get-v3-chain-address-address-transactions) with price annotations<br />
            [**NFT API**](https://docs.unmarshal.io/reference/get-v2-chain-address-address-nft-transactions) (transactions and metadata)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Zerion](https://zerion.io/)</td>
            <td>✅</td>
            <td>[Docs](https://zerion.io/api)</td>
            <td>[**Wallet info**](https://developers.zerion.io/reference/wallets)<br />
            [**Balances**](https://developers.zerion.io/reference/listwalletpositions) (native, ERC20, and NFTs)<br />
            [**Transactions**](https://developers.zerion.io/reference/listwallettransactions) (multichain with prices)<br />
            **Other:** [Portfolio](https://developers.zerion.io/reference/getwalletportfolio), [PNL](https://developers.zerion.io/reference/getwalletpnl#/) and [Historical Positions](https://developers.zerion.io/reference/getwalletchart)<br />
            [Notification Webhooks](https://developers.zerion.io/v1.0-subscriptions/reference/createsubscriptionwallettransactions)</td>
            <td>API; Webhooks</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>

  <Tab title="Testnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Provider</th>
            <th>Status</th>
            <th>Docs</th>
            <th>Supported services</th>
            <th>Access model</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Allium](https://www.allium.so/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.allium.so/)</td>
            <td>**Chain data** (blocks, transactions, logs, traces, contracts) (via [Explorer](https://docs.allium.so/app/overview) (historical) and [Datastreams](https://docs.allium.so/realtime/kafka-blockchains-70+) (realtime) products)<br />
            **Transfers** (native, ERC20, and NFTs) (via [Developer](https://docs.allium.so/data-products-real-time/allium-developer/wallet-apis/activities) (realtime) product)</td>
            <td>API, except streaming for Datastreams product</td>
          </tr>

          <tr>
            <td>[Codex](https://www.codex.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.codex.io/)</td>
            <td>Token- and trading-centric data:<br />
            [Token](https://docs.codex.io/recipes/discover-tokens) charts, metadata, prices, events, and detailed stats (see [dashboard](https://www.defined.fi/tokens/discover?network=mon-test))<br />
            [NFT](https://docs.codex.io/api-reference/queries/getnftpool) metadata, events, and detailed stats</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Dune Sim](https://sim.dune.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sim.dune.com/)</td>
            <td>**Chain data:** Transactions, logs (raw or decoded)<br />
            **Balances:** Native, ERC20</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[GoldRush](https://goldrush.dev/) (by Covalent)</td>
            <td>✅</td>
            <td>[Docs](https://goldrush.dev/docs/overview)</td>
            <td>**Chain data:** Blocks, enriched transactions and logs (raw and decoded)<br />
            **Balances:** native, ERC20, NFTs & Portfolio<br />
            **Transactions:** Full historical with decoded transfer events</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Goldsky](https://goldsky.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.goldsky.com/)</td>
            <td>**Chain data:** blocks, enriched transactions, logs, and traces via [Mirror](https://docs.goldsky.com/mirror/introduction). [Fast scan](https://docs.goldsky.com/mirror/sources/direct-indexing#backfill-vs-fast-scan) is supported</td>
            <td>API; Streaming</td>
          </tr>

          <tr>
            <td>[Mobula](https://mobula.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.mobula.io/introduction)</td>
            <td>**Chain data**<br />
            **Balances:** [native, ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-portfolio) and [NFT](https://docs.mobula.io/rest-api-reference/endpoint/wallet-nfts)<br />
            **Transfers:** [native, ERC20](https://docs.mobula.io/rest-api-reference/endpoint/wallet-transactions) and NFT<br />
            [**DEX trades**](https://docs.mobula.io/rest-api-reference/endpoint/market-trades-pair)<br />
            [**Market data**](https://docs.mobula.io/rest-api-reference/endpoint/market-data) for ERC20s</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Moralis](https://moralis.com)</td>
            <td>❌</td>
            <td>[Docs](https://docs.moralis.com/)</td>
            <td>**Chain data**<br />
            **Balances:** [native, 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) and [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 />
            **Transfers:** [native, 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>[Docs](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>[Docs](https://docs.sequence.xyz/solutions/indexer/overview)</td>
            <td>**Balances**: native, ERC20, and NFT<br />
            **Transfers**: native, ERC20, and NFTs<br />
            **Other:** Transaction history; webhooks</td>
            <td>API; Streaming (webhooks)</td>
          </tr>

          <tr>
            <td>[SQD](https://sqd.ai/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sqd.ai/)</td>
            <td>**Chain data:** blocks, transactions, logs, traces, state diffs (via [Portal](https://docs.sqd.dev/en/portal/evm/overview) and [Subsquid SDK](https://github.com/subsquid/squid-sdk))<br />
            **Other:** [MCP server](https://docs.sqd.dev/en/ai/mcp-server) for AI agent integration</td>
            <td>API</td>
          </tr>

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

            <td />

            <td>**Chain data:** blocks, transactions, logs, traces<br />
            **Transfers:** tokens, NFTs, internal transfers, net internal transfers (with/without pricing)<br />
            **Balances:** PIT and current balances<br />
            **DEX trades** and balances<br />
            **Other:** Approvals and failed transactions</td>
            <td>Cloud Platforms Data Shares (Snowflake, BigQuery, Azure, Databricks); Streaming (Kafka); File delivery (CSV, Parquet, Iceberg); API</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[Docs](https://insight-api.thirdweb.com/guide/getting-started)</td>
            <td>**Chain data:** [blocks](https://insight-api.thirdweb.com/reference#tag/blocks), [transactions](https://insight-api.thirdweb.com/guide/blueprints#transactions-blueprint), [logs](https://insight-api.thirdweb.com/guide/blueprints#events-blueprint), [contracts](https://insight-api.thirdweb.com/reference#tag/contracts)<br />
            [**Balances**](https://insight-api.thirdweb.com/guide/blueprints#tokens-blueprint): native, ERC20, NFTs<br />
            **Other:** [NFTs](https://insight-api.thirdweb.com/reference#tag/nfts)</td>
            <td>API</td>
          </tr>

          <tr>
            <td>[Zerion](https://zerion.io/)</td>
            <td>✅</td>
            <td>[Docs](https://zerion.io/api)</td>
            <td>[**Wallet info**](https://developers.zerion.io/reference/wallets)<br />
            [**Balances**](https://developers.zerion.io/reference/listwalletpositions) (native, ERC20, and NFTs)<br />
            [**Transactions**](https://developers.zerion.io/reference/listwallettransactions) (multichain with prices)<br />
            **Other:** [Portfolio](https://developers.zerion.io/reference/getwalletportfolio), [PNL](https://developers.zerion.io/reference/getwalletpnl#/) and [Historical Positions](https://developers.zerion.io/reference/getwalletchart)<br />
            [Notification Webhooks](https://developers.zerion.io/v1.0-subscriptions/reference/createsubscriptionwallettransactions)</td>
            <td>API; Webhooks</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>
</Tabs>

## Provider Details

### Allium

[Allium](https://www.allium.so/) is an Enterprise Data Platform that serves accurate, fast, and simple blockchain data. Allium offers near real-time Monad Testnet data for infrastructure needs and enriched Monad Testnet data (NFT, DEX, Decoded) for research and analytics.

Allium supports data delivery to multiple [destinations](https://docs.allium.so/integrations/overview), including Snowflake, Bigquery, Databricks, and AWS S3. To get started, contact Allium [here](https://www.allium.so/contact).

| Product                                                                          | Description / mechanism                            | Monad Testnet data supported                                                                                          |
| -------------------------------------------------------------------------------- | -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [Explorer](https://docs.allium.so/app/overview)                                  | Historical data (postgres/API)                     | Chain data: blocks, transactions, logs, traces, contracts                                                             |
| [Developer](https://docs.allium.so/data-products-real-time/allium-developer)     | Real-time data (postgres/API)                      | [Transfers](https://docs.allium.so/products/allium-developer/wallet-apis/activities) (native, ERC20, ERC721, ERC1155) |
| [Datastreams](https://docs.allium.so/data-products-real-time/allium-datastreams) | Real-time data (streaming - Kafka, PubSub, or SNS) | Chain data: blocks, transactions, logs, traces, contracts                                                             |

### Birdeye Data Services

[Birdeye Data Services](https://bds.birdeye.so/) (BDS) provides comprehensive multi-market data APIs for cryptocurrency tokens, pulling information from decentralized exchanges (DEX). BDS offers real-time and historical token prices, market data, OHLCV charts, trade history, and token metadata.

To get started, visit the [documentation](https://docs.birdeye.so/) or sign up at [bds.birdeye.so](https://bds.birdeye.so/).

### Codex

[Codex](https://www.codex.io/) API provides fast and accurate enriched data, meticulously structured to easily plug straight into your application.

To get started, visit the [documentation](https://docs.codex.io/) or sign up for an API key at [dashboard.codex.io](https://dashboard.codex.io/).

### Dune Sim

[Dune Sim](https://sim.dune.com/) makes building multi-chain application seamless. These APIs power
several of the best teams building on crypto.

Available APIs:

* **Token Balances**: Access accurate and fast real time balances of native and ERC20 tokens of
  accounts on EVM blockchains.
* **Transactions**: Access transactions for accounts in real time across EVM blockchains.

To get started, visit the [documentation](https://docs.sim.dune.com/).

### GoldRush (by Covalent)

[GoldRush](https://goldrush.dev/) provides multichain data APIs and toolkits for easy web3 development across 100+ chains including Monad.

GoldRush offers structured onchain data, including multichain wallet balances, full transaction histories and decoded log events, for building apps and powering AI Agents. Join hundreds of top teams that leverage GoldRush to cut down their development time and scale their multichain offerings with enterprise-grade onchain data.

To get started, visit the [documentation](https://goldrush.dev/docs/overview) or [sign up](https://goldrush.dev/platform/auth/register/) for an API key.

### Goldsky

[Goldsky](https://goldsky.com/) is the go-to data indexer for web3 builders, offering high-performance subgraph hosting and realtime data replication pipelines.

Goldsky offers two core self-serve products that can be used independently or in conjunction to power your data stack.

* **Subgraphs**: Flexible indexing with typescript, with support for webhooks and more.
* **Mirror**: Get live blockchain data in your database or message queues with a single yaml config.

To get started, visit the [documentation](https://docs.goldsky.com/) or follow the [quickstart](https://docs.goldsky.com/subgraphs/guides/create-a-no-code-subgraph) guide.

### Mobula

[Mobula](https://mobula.io/) provides curated datasets for builders: market data with Octopus, wallets data, metadata with Metacore, alongside with REST, GraphSQL & SQL interfaces to query them.

You can get started playing around with the [API endpoints](https://docs.mobula.io/rest-api-reference/introduction) for free, and sign-up to the API dashboard once you need API keys (queries without API keys aren’t production-ready).

To get started, visit the [documentation](https://docs.mobula.io/introduction).

### Moralis

[Moralis](https://moralis.com) is the unified way to fetch, stream, and export onchain data. Access fast, enriched Data APIs for wallets, tokens, prices, holders, NFTs, transfers, liquidity, and full transaction & wallet history - plus real-time Streams and RPC nodes. Teams use Moralis as their crypto data layer to get complete, reliable onchain data without running indexers or maintaining pipelines.

To get started, visit the [documentation](https://docs.moralis.com) or [sign up](https://admin.moralis.com/register) for a free API key.

### Quicknode

[Streams](https://www.quicknode.com/streams) is a managed, push-based service for blockchain data streaming with guaranteed delivery of live and sequential historical data. Receive raw or filtered data (e.g., specific contract events) pushed to your destination: webhook, S3, Postgres, or Snowflake.

To get started, visit the [documentation](https://www.quicknode.com/docs/streams) for detailed instructions.

[Webhooks](https://www.quicknode.com/webhooks) provide real-time notifications for blockchain events on Monad. Track smart contract activity, wallet transactions, and more using ready-to-use templates or your own custom JavaScript.

To get started, visit the [documentation](https://www.quicknode.com/docs/webhooks) for detailed instructions.

### Rarible

[Rarible](https://rarible.org) offers an comprehensive toolkit for anyone interacting with
NFTs, including marketplaces and wallets. Rarible's API for NFT data includes collection/item
metadata, trades, holdings by account (both current and historical), and spam scoring.

Rarible also offers aggregated order books from major NFT marketplaces like OpenSea, Rarible, and
Blur, as well as an NFT trading SDK.

To get started, check out the [documentation](https://docs.rarible.org/).

### Sequence

[Sequence](https://sequence.xyz) [Indexer](https://docs.sequence.xyz/solutions/indexer/overview)
offers real-time balances, transfers, NFTs, prices, and contract events across EVM chains with
webhooks and subscriptions and sub-300 ms queries. Use it as your production read layer for on-chain
apps.

Indexer gives you low-latency reads across EVM chains: balances and portfolio, token and NFT
ownership, transfers and logs, prices, and contract events. It is built for enterprise-grade
production and supports developers of all sizes. Cursor-based pagination, filters, webhooks,
and event subscriptions: All in a scalable, 99.99% uptime service.

To get started, visit the
[quickstart](https://docs.sequence.xyz/solutions/indexer/overview#quickstart) guide.

### SQD

[SQD](https://sqd.ai/) is a decentralized data indexing platform (formerly Subsquid) that provides access to onchain data through its permissionless data lake. SQD offers chain data (blocks, transactions, logs, traces, state diffs) for Monad via the [Portal API](https://docs.sqd.dev/en/portal/evm/overview) and the [Subsquid SDK](https://github.com/subsquid/squid-sdk) for building custom indexers.

SQD also offers a [Portal MCP server](https://docs.sqd.dev/en/ai/mcp-server) that enables AI agents to query onchain data directly.

To get started, visit the [documentation](https://docs.sqd.ai/) or explore the [Portal API](https://docs.sqd.dev/en/portal/evm/overview).

### SonarX

[SonarX](https://sonarx.com) delivers structured blockchain data with historical and real-time coverage across 100+ blockchains with a focus on data quality, in line with our proprietary Data Quality Framework.

Enterprises, Institutions and Builders can query full historical datasets in their preferred cloud warehouse (Snowflake, BigQuery, Azure), receive file drops in csv, parquet, iceberg formats, or run real-time pipelines with Kafka streaming. Supported services include chain data (blocks, transactions, logs, traces, decoded logs and traces), staking, and DEX trades and balances.

With ready-to-use tables and flexible delivery, SonarX helps power analytics, trading, accounting, and applications without the burden of maintaining indexing pipelines.

To get started, visit the console at [console.sonarx.com](https://console.sonarx.com).

### thirdweb

thirdweb [Insight](https://thirdweb.com/insight) is a fast, reliable and fully customizable way for developers to index, transform & query onchain data across 30+ chains. Insight includes out-of-the-box APIs for transactions, events, tokens. Developers can also define custom API schemas, or blueprints, without the need for ABIs, decoding, RPC, or web3 knowledge to fetch blockchain data.

thirdweb Insight can be used to fetch:

* all assets (ERC20, ERC721, ERC115) for a given wallet address
* all sales of skins on your in-game marketplace
* monthly protocol fees in the last 12 months
* the total cost of all accounts created using ERC-4337
* metadata for a given token (ERC20, ERC721, ERC115)
* daily active wallets for your application or game
* and so much more

To get started, sign up for a [free thirdweb account](https://thirdweb.com/team) and visit the [thirdweb Insight documentation](https://insight.thirdweb.com/reference)

### Unmarshal

[Unmarshal](https://unmarshal.io/) is a leading decentralized multi-chain data network, enabling Web3 projects to access accurate, real-time blockchain data across 55+ chains (including Monad Testnet).

Leveraging AI-driven solutions, Unmarshal enhances data accessibility and insights for RWA, DePIN, AI Agents, DeFi, NFT, and GameFi platforms. Through robust APIs, notification services, and no-code indexers, it empowers dApps to deliver seamless user experiences while ensuring transparency, scalability, and innovation at the forefront of Web3 advancements.

To get started, visit the [documentation](https://docs.unmarshal.io) or reach out at [support@unmarshal.io](mailto:support@unmarshal.io).

### Zerion

The [Zerion API](https://zerion.io/api) can be used to build feature-rich web3 apps, wallets, and protocols with ease. Across all major blockchains, you can access wallets, assets, and chain data for web3 portfolios. Zerion's infrastructure supports all major chains!

To get started, visit the [documentation](https://zerion.io/api).
