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.
This subscription requires a WebSocket-enabled RPC endpoint. The public Base endpoints (
mainnet.base.org, sepolia.base.org) are HTTP only. Choose a Flashblocks-capable WebSocket provider from the Base Services Hub.Requires base/base minimum client version v0.3.1.
Parameters
string
required
Must be
"newFlashblocks".Returns
string
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.