Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.
string
Filter notifications to a specific ERC-20 token address (hex string, 20 bytes, no 0x prefix).

Message Fields

string
Unique contract incarnation ID (26 bytes hex).
string
Token contract address (hex string, 20 bytes, no 0x prefix).
number
Block where the token was first recognized.
string
Block time (ISO-8601).
number
Transaction index within the block.
string | null
Token name from name() (optional in EIP-20).
string | null
Token symbol from symbol() (optional in EIP-20).
number | null
Token decimals from decimals() (optional in EIP-20).
string
Row-level lineage hash for correlation.
string[]
Parent lineage ids (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