The Portal also serves
ethereum-mainnet-tb, an Ethereum Mainnet dataset built from the Parity-style trace_block RPC method instead of Geth’s debug_traceBlockByNumber. Its top-level traces report execution gas only, without intrinsic gas and refunds, and it has no state diffs. Use ethereum-mainnet unless your pipeline expects trace_block output.Endpoint
- Portal (recommended)
- v2 archives (legacy)
Quick start
Pipes SDK Quickstart
Streaming pipeline indexer
Squid SDK Quickstart
GraphQL API indexer
Schema
Blocks
Blocks
Transactions
Transactions
Logs
Logs
Traces
Traces
Selectors are prefixed by trace kind (
call*, create*, suicide*, reward*); there are no bare from/to/value fields. See the API reference for the full list.State Diffs
State Diffs
Reference
API Reference
Field definitions and query syntax
Portal Migration
Migrate from v2 archives to Portal