Skip to main content
WSS

Overview

Subscription Parameters

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

Message Fields

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