Base Chain
mainnet , eip155:8453
Streaming endpoints
base.substreams.pinax.network:443base-mainnet.streamingfast.io:443Explore the data available on Base Chain, inspect its block model, then move into Substreams packages you can consume.
Infrastructure
Registry-defined endpoints show where this chain exposes streaming access.
mainnet , eip155:8453
Streaming endpoints
base.substreams.pinax.network:443base-mainnet.streamingfast.io:443testnet , eip155:84532
Streaming endpoints
basesepolia.substreams.pinax.network:443Block model
Short schema sections expose the source input types packages use when consuming Base data.
sf.ethereum.type.v2.Block
Top-level EVM block object emitted by Firehose and consumed by Substreams source inputs.
Open full descriptorhash
bytesBlock hash.
number
uint64Canonical block height.
header
BlockHeaderHeader information including parent hash, roots, gas data, and timestamp.
transaction_traces
repeated TransactionTraceExecuted transaction traces, logs, calls, and receipt-level data.
balance_changes
repeated BalanceChangeNative token balance movements computed from execution.
sf.ethereum.type.v2.TransactionTrace
Transaction execution container used by DEX, token, NFT, and protocol analytics packages.
Open full descriptorvalue
BigIntEther value transferred by the transaction.
hash
bytesTransaction hash.
from
bytesSender address.
receipt
TransactionReceiptReceipt with status, gas, and log output.
sf.ethereum.type.v2.Call
Internal EVM call tree node with logs, storage changes, balance changes, and execution ordinals.
Open full descriptorindex
uint32Call index in the transaction trace.
parent_index
uint32Parent call index used to reconstruct the call tree.
caller
bytesCaller address.
address
bytesCallee address.
state_reverted
boolWhether this call was reverted by chain execution.
sf.ethereum.type.v2.Log
Contract event payload most packages use to derive protocol-level datasets.
Open full descriptoraddress
bytesContract address that emitted the event.
topics
repeated bytesIndexed event topics.
data
bytesABI-encoded non-indexed event data.
index
uint32Index of the log relative to the transaction.
block_index
uint32Index of the log relative to the block.
ordinal
uint64Global execution ordinal inside the block.
Grouped networks
Testnets stay under the parent chain to reduce noise while keeping endpoint details one click away.
Base Chain
base
Base Sepolia Testnet
base-sepolia
Substreams x The Graph Market
Start with chain endpoints and package candidates, then use The Graph Market for the production path.