Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.
string[]
Filter by sender address (20 bytes, hex string, no 0x prefix).
string[]
Filter by recipient address (20 bytes, hex string, no 0x prefix).
boolean
Filter by execution status (true = success, false = revert).

Message Fields

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

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on April 6, 2026