Skip to main content

Network Information

  • Network ID: plasma-mainnet
  • Chain ID: 9745
  • Portal Status: ✓ Available
  • Real-time Streaming: ⚡ Yes
  • State Diffs: Not Available
  • Traces: Not 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:

Schema Reference

View Schema

See complete field definitions for blocks, transactions, and logs
Last modified on November 17, 2025