Subscribe viaDocumentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-discv5-p2p-protocol-id.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
eth_subscribe to receive full block state updates as each Flashblock is built. Each message contains the accumulated pre-confirmed state for the block in progress.
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
Hex-encoded subscription ID. Each event notification delivers a Flashblock Object — not a standard block object. The payload contains
payload_id, index, diff, and (on index 0) base. See the Infrastructure Stream schema for the full structure.