Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.
string[]
Filter by emitting contract address (hex string, 20 bytes, no 0x prefix).
string[]
Filter by the primary event topic (e.g., Transfer, Swap signature hashes).

Message Fields

Payload mirrors blockdb_evm.b0103_logs_v1 (binary fields as hex strings without 0x in JSON).
string
Address of the emitting contract.
string
Primary topic hash identifying the event (32 bytes). null for anonymous events.
string[]
Subsequent event topics (indexed parameters).
string
Raw event data payload (hex string (no 0x prefix)).
number
Block height containing the log.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
string
Tracing identifier for lineage correlation.
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