Overview
- Dataset ID:
0102 - Transactions - Description: Transactions included in blocks.
- Sample: Hugging Face Sample
Subscription Parameters
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 (hex string, 32 bytes, no
0x prefix).Block height containing the transaction.
UTC timestamp of the block (ISO-8601).
Zero-based index of the transaction within the block.
Sender address (hex string, 20 bytes, no
0x prefix).Recipient address (hex string, 20 bytes, no
0x prefix). null for contract creation.Address of the contract created by this transaction.
null for non-creation transactions.Gas consumed by the transaction (string to preserve
NUMERIC(78) precision).Effective gas price paid in wei (string to preserve
NUMERIC(78) precision).Execution status:
true = success, false = revert, null for pre-Byzantium blocks.Pre-Byzantium: state root after tx execution;
null for Byzantium+.Transaction type identifier (e.g.,
2 = EIP-1559, 1 = legacy).true if trace failed, false if trace succeeded, null if trace not available.Value transferred in wei (string to preserve
NUMERIC precision).Calldata sent with the transaction (hex string, no
0x prefix).Sender nonce.
Gas limit provided by the sender (string to preserve
NUMERIC precision).Gas price in wei (legacy, string to preserve
NUMERIC precision).Max fee per gas in wei (EIP-1559, string to preserve
NUMERIC precision).Max priority fee per gas in wei (EIP-1559, string to preserve
NUMERIC precision).Tracing identifier for cross-referencing with other datasets.
Record creation timestamp.
Record last update timestamp.