Skip to main content
WSS

Overview

Subscription Parameters

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

Message Fields

string
Unique contract incarnation ID (26 bytes hex).
string
ERC-1155 contract address (20-byte hex).
number
Block where the contract was recognized.
string
Block time (ISO-8601).
number
Transaction index.
string | null
Contract-level name when present.
string | null
Contract-level symbol when present.
number | null
Decimals when exposed by the contract.
string | null
URI from uri(uint256) (optional ERC1155Metadata_URI).
boolean | null
Whether the contract supports the ERC1155Metadata_URI 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