Skip to main content

Network Information

  • Network ID: plasma-mainnet
  • Chain ID: 9745
  • Portal Status: ✓ Available
  • Real-time Streaming: ⚡ Yes
  • State Diffs: ✓ Available
  • Traces: ✓ Available

Endpoints

Portal Endpoint

https://portal.sqd.dev/datasets/plasma-mainnet

Usage

curl --compress -X POST 'https://portal.sqd.dev/datasets/plasma-mainnet/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "evm",
    "fromBlock": 10000000,
    "toBlock": 10001000,
    "fields": {
      "block": { "number": true, "hash": true },
      "log": { "address": true, "topics": true, "data": true }
    },
    "logs": [{
      "address": ["0x0000000000000000000000000000000000000000"]
    }]
  }'

Quick Start

Get started indexing Plasma Mainnet data in minutes:

Pipes SDK Quickstart

Build a high-performance indexer with the Pipes SDK

Squid SDK Quickstart

Create a full-stack indexer with GraphQL API

Schema Reference

View Schema

See complete field definitions for blocks, transactions, and logs

EVM API Reference

Complete API documentation

Migration Guide

Migrate from v2 archives to Portal

Portal Overview

Learn about Portal infrastructure