Subscribe viaDocumentation Index
Fetch the complete documentation index at: https://base-a060aa97-roethke-update-v0-8-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
eth_subscribe to receive the current pending block state as each Flashblock is built. Each message is the complete accumulated block — a standard Ethereum block object containing all transactions pre-confirmed so far.
Only available on Flashblocks WebSocket endpoints:
wss://mainnet-preconf.base.org and wss://sepolia-preconf.base.org.Requires base/base minimum client version v0.3.1.
Parameters
Must be
"newFlashblocks".Returns
The initialeth_subscribe response returns a hex-encoded subscription ID. After that, the node pushes one notification per Flashblock (~200ms). Each notification’s result is a standard Ethereum block object identical in shape to eth_getBlockByNumber with hydrated=true, but representing the pending (not yet sealed) block.
Key differences from a sealed block:
transactionsis a full array of transaction objects (always hydrated — hashes are never returned)hash,stateRoot,receiptsRoot,transactionsRootreflect the partial block state at time of emission and will differ from the final sealed block values- The same block
numberwill appear in multiple notifications as new Flashblocks accumulate
Standard Ethereum block object. Fields match
eth_getBlockByNumber with hydrated=true.