Description
The Transactions stream delivers every executed transaction on the canonical chain as it is finalized. Messages include full execution metadata, gas accounting, and lineage identifiers.Subscription Parameters
Target EVM network.
Filter by sender address (20 bytes, hex string, no
0x prefix).Filter by recipient address (20 bytes, hex string, no
0x prefix).Filter by execution status (
true = success, false = revert).Message Fields
Keccak-256 hash of the transaction.
Block height containing the transaction.
Sender address.
Recipient address.
null for contract creation.Gas consumed by the transaction.
Execution status:
true = success, false = revert.Tracing identifier for cross-referencing with other datasets.