eth_subscribe to receive each transaction as it is pre-confirmed into a Flashblock. Pass true as the second parameter to receive full transaction and log data.
Only available on Flashblocks WebSocket endpoints:
wss://mainnet-preconf.base.org / wss://sepolia-preconf.base.org.Requires base/base minimum client version v0.3.1.
Parameters
string
required
Must be
"newFlashblockTransactions".boolean
If
true, each notification includes the full transaction object and associated logs. Defaults to false (minimal data only).Returns
string
Hex-encoded subscription ID.