Skip to main content
WSS
Not publicly available: This dataset is not included in the standard public API. Request access via a custom plan — contact support@blockdb.io.

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration.
string[]
Optional filter: caller addresses (hex, no 0x).
string[]
Optional filter: callee addresses (hex, no 0x).
string[]
Optional filter: CALL, DELEGATECALL, STATICCALL, CREATE, CREATE2.

Message Fields

Payload mirrors blockdb_evm.b0111_internal_transactions_v1 (addresses and BYTEA fields as hex strings without 0x in JSON).
number
Parent transaction block.
string
Block time (ISO-8601).
number
Transaction index in block.
string
Call tree position (e.g. 0, 0.1).
string
CALL, DELEGATECALL, STATICCALL, CREATE, or CREATE2.
string
Caller (20-byte hex).
string | null
Callee (20-byte hex); null when not applicable.
string
Value transferred in wei (decimal string).
string
Gas allocated for this call frame (integer string).
string
Gas consumed by this call frame (integer string).
string | null
Calldata (hex string); null when not applicable.
string | null
Return data (hex string); null if reverted.
string | null
Error string if reverted; null otherwise.
boolean
Whether the underlying transaction succeeded.
string
Lineage id (hex).
string
Record creation time (ISO-8601).
string
Record last update time (ISO-8601).

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on July 19, 2026