Skip to main content
Portal provides direct access to raw EVM blockchain data across 100+ networks. Query blocks, transactions, logs, traces, and state diffs with performance that scales beyond traditional RPC limitations.

EVM-Specific Features

Portal supports the full range of EVM data types:

Event Logs

Query smart contract events with topic filtering. Track ERC-20 transfers, NFT mints, and custom events.

Transactions

Access transaction details including input data, gas usage, and execution status. Filter by sender, recipient, or function signature.

Call Traces

Deep inspection of internal calls, contract creations, and execution paths. Essential for DeFi analytics.

State Diffs

Track storage changes at the contract level. Monitor state transitions and storage slot modifications.

Quick Start

Get started with Portal in 5 minutes:
curl --compressed -X POST 'https://portal.sqd.dev/datasets/ethereum-mainnet/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "evm",
    "fromBlock": 18000000,
    "toBlock": 18001000,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "log": { "address": true, "topics": true, "data": true }
    }
  }'

Common Use Cases

Access Methods

Choose how you want to access Portal:
Best for: Development and testing
  • Free access with rate limits (20 requests per 10 seconds)
  • No setup required
  • Access to all supported networks
Endpoint: https://portal.sqd.dev
Best for: Production applications - Higher rate limits - Integrated with SQD Cloud deployment - Pay-as-you-go pricing - Production-ready infrastructure

Learn More

Explore Cloud Portal
Best for: Maximum sovereignty
  • No rate limits
  • Full control over infrastructure
  • Run next to your own node
  • Open-source implementation

Self-Hosting Guide

Set up your Portal instance

Next Steps

Enterprise Custom DevelopmentFor enterprise clients requiring custom indexer development, please contact our team to discuss your specific requirements. Schedule a Consultation →
Last modified on November 18, 2025