Skip to main content

Documentation Index

Fetch the complete documentation index at: https://beta.docs.sqd.dev/llms.txt

Use this file to discover all available pages before exploring further.

PropertyValue
Network IDethereum-hoodi
Chain ID560048
Real-timeNo
Traces
State Diffs

Endpoint

Quick start

curl --compressed -X POST \
  'https://portal.sqd.dev/datasets/ethereum-hoodi/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "evm",
    "fromBlock": 0,
    "toBlock": 100,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "transaction": { "hash": true, "from": true, "to": true, "value": true }
    },
    "transactions": [{}]
  }'
For full SDK examples:

Pipes SDK Quickstart

Streaming pipeline indexer

Squid SDK Quickstart

GraphQL API indexer

Schema

Reference

API Reference

Field definitions and query syntax

Portal Migration

Migrate from v2 archives to Portal