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

# Overview

> One platform for real-time blockchain data - APIs, streams, datasets and enterprise indexing powering wallets, compliance, AI, and next-gen finance.

## Moralis Data Platform

Moralis is an onchain data platform that provides a complete, production-grade data layer for Web3

It enables teams to fetch, monitor, index, and export blockchain data across 30+ supported chains - without running RPCs, DIY indexers, or custom infrastructure.

The platform is built for scale, low latency, and reliability, and is used by both startups and enterprises to power wallets, analytics, automation, and data pipelines.

<Columns cols={4}>
  <Card title="Data APIs" icon="database" img="/images/moralis-data-api-logo.png" href="/data-api/index">
    Fetch Crypto Data
  </Card>

  <Card title="Streams" icon="monitor-waveform" img="/images/moralis-streams-logo.png" href="/streams">
    Monitor Crypto Data
  </Card>

  <Card title="Datashare" icon="file-export" img="/images/moralis-datashare-logo.png" href="/datashare">
    Export Crypto Data
  </Card>

  <Card title="Data Feeds" icon="gear-code" img="/images/moralis-data-indexer-logo.png" href="/data-feeds">
    Deliver Crypto Data
  </Card>
</Columns>

### Data API

The [Data API](/data-api/index) provides a **single**, **consistent interface** for accessing decoded and enriched onchain data across EVM, Solana, and Bitcoin chains.

It delivers **low-latency**, **high-throughput APIs** for wallets, tokens, NFTs, prices, DeFi, and raw blockchain data, allowing teams to build multi-chain applications from a single backend.

**Best for:** powering user-facing applications, dashboards, and backend services that need fast, reliable onchain reads.

### Streams

[Streams](/streams/index) enables **real-time access to onchain events** through webhooks, allowing applications to react instantly without polling the blockchain.

Teams can subscribe to wallet activity, transfers, contract events, or custom triggers and receive events as they happen onchain.

**Best for:** notifications, automation, monitoring, and event-driven workflows.

### Datashare

[Datashare](/datashare/index) provides access to **large-scale historical and ongoing onchain datasets**, delivered directly into cloud storage or data warehouses.

It is designed for analytics, machine learning, compliance, and reporting workflows, exporting **normalized**, **decoded**, **cross-chain data** in formats optimized for data pipelines.

**Best for:** analytics, BI, AI/ML training, compliance, and batch data processing.

### Data Feeds

[Data Feeds](/data-feeds/index) is a managed, enterprise-grade solution for building **custom onchain data pipelines**.

It combines historical backfills with real-time indexing, supports **custom schemas**, and delivers indexed data directly into your infrastructure - giving teams full control without the operational burden of running indexers in-house.

**Best for:** custom data models, internal analytics systems, and enterprise workloads requiring tailored onchain data.

## How the platform fits together

* **Data API →** Read onchain data on demand with low latency
* **Streams →** React to onchain events in real time
* **Datashare →** Export and analyze onchain data at scale
* **Data Feeds →** Deliver custom, controlled onchain data pipelines

Together, these products form Moralis’ **onchain data layer**, enabling teams to build, scale, and operate Web3 products on a single platform

## Product comparison

| Product                         | Primary purpose               | Access pattern               | Data type                         | Best suited for                        |
| ------------------------------- | ----------------------------- | ---------------------------- | --------------------------------- | -------------------------------------- |
| [Data API](/data-api/index)     | Read onchain data             | On-demand (request/response) | Decoded, enriched blockchain data | Apps, dashboards, backend services     |
| [Streams](/streams/index)       | React to onchain events       | Real-time webhooks           | Live wallet & contract events     | Notifications, automation, monitoring  |
| [Datashare](/datashare/index)   | Analyze data at scale         | Batch & scheduled exports    | Large-scale historical datasets   | Analytics, BI, AI/ML, compliance       |
| [Data Feeds](/data-feeds/index) | Deliver custom data pipelines | Continuous indexing          | Custom-structured onchain data    | Enterprise systems, internal analytics |
