Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration.
string
Optional filter: one collection contract (20-byte hex, no 0x prefix).

Message Fields

string
Unique contract incarnation ID (26 bytes hex).
string
Collection contract address (20-byte hex).
number
Block where the collection was first recognized.
string
Block time (ISO-8601).
number
Transaction index within the block.
string | null
Collection name from name() (ERC721Metadata, optional).
string | null
Collection symbol from symbol() (ERC721Metadata, optional).
string | null
Representative sample from the discovery probe.
boolean | null
Whether the contract supports the ERC721Metadata extension; null when detection was via fallback.
boolean | null
Whether the contract supports the ERC721Enumerable extension; null when detection was via fallback.
string
Lineage id (hex).
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