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

# EVM Overview

> All available API endpoints for Ethereum and EVM-compatible chains.

Access real-time data across 60+ Ethereum Virtual Machine (EVM) compatible chains — including Ethereum, Base, Arbitrum, Polygon, Optimism, and more — with a single API key.

<CardGroup cols={3}>
  <Card title="Balances" href="/evm/balances">
    Access realtime token balances. Get comprehensive details about native and ERC20 tokens, including token metadata and USD valuations.
  </Card>

  <Card title="Activity" href="/evm/activity">
    View chronologically ordered transactions including native transfers, ERC20 movements, NFT transfers, and decoded contract interactions.
  </Card>

  <Card title="Collectibles" href="/evm/collectibles">
    All NFT (ERC721 and ERC1155) balances, including IDs and metadata
  </Card>

  <Card title="Transactions" href="/evm/transactions">
    Retrieve granular transaction details including block information, gas data, transaction types, and raw transaction values.
  </Card>

  <Card title="Token Info" href="/evm/token-info">
    Get detailed metadata and realtime price information for any native asset or ERC20 token including symbol, name, decimals, supply information, USD pricing, and logo URLs.
  </Card>

  <Card title="Token Holders" href="/evm/token-holders">
    Discover token distribution across ERC20 token holders, ranked by balance descending.
  </Card>
</CardGroup>

## Real-Time Webhooks

Instead of polling, get data pushed to your app instantly via webhooks.

<CardGroup cols={1}>
  <Card title="Subscriptions API" icon="bell" href="/evm/subscriptions">
    Subscribe to balance changes, activity events, and transactions for any wallet — receive webhook notifications the moment they happen.
  </Card>
</CardGroup>
