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

# EVM Data API

> The EVM Data API provides a single, consistent interface for accessing blockchain data across 30+ supported chains, including Ethereum, Base, Binance Smart Chain, and more. It standardizes complex on-chain data into clean, developer-friendly formats.

### Overview

The **EVM API** provides **deep, EVM-native access** to blockchain data across **30+ EVM-compatible networks**, including Ethereum, Base, Binance Smart Chain, Polygon, Arbitrum, Optimism, and more.

It exposes rich EVM-specific concepts while still delivering data in clean, structured, developer-friendly formats.

***

### Explore Data APIs:

<Columns cols={3}>
  <Card icon="wallet" href="/data-api/evm/wallet/overview" title="Wallet API">
    Wallet history, transfers balances, tokens and PnL.
  </Card>

  <Card icon="hexagon-plus" href="/data-api/evm/token/overview" title="Token API">
    Token search, balances, transfers, holders and swaps.
  </Card>

  <Card icon="shield-cat" href="/data-api/evm/nft/overview" title="NFT API">
    Metadata, floor prices, transfers and ownership.
  </Card>

  <Card icon="chart-candlestick" href="/data-api/evm/price/overview" title="Price API">
    Real-time crypto prices, OHLC, trading volume.
  </Card>

  <Card icon="chart-line-up" href="/data-api/evm/defi/overview" title="DeFi API">
    DeFi positions, liquidity, reserves and token pairs.
  </Card>

  <Card icon="cubes" href="/data-api/evm/blockchain/overview" title="Blockchain API">
    Raw blocks, transactions, internal transactions and logs.
  </Card>
</Columns>

***

### What the EVM API Is For

The EVM API is designed for:

* Applications focused primarily on **EVM ecosystems**
* Advanced use cases that rely on **EVM-specific behavior**
* Teams that need **maximum depth and flexibility** when working with EVM data

Some EVM-specific endpoints and data models are **not available** in the Universal API.

***

### Relationship to the Universal API

* The Universal API covers **shared functionality** across EVM and Solana
* The EVM API provides **deeper, more specialized EVM support**
* Not all EVM endpoints are candidates for universal consolidation

Think of the EVM API as the **expert-level interface** for EVM chains.

***
