Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.
number[]
Filter notifications to specific exchange identifiers. See the DigitalExchange enumeration.
number[]
Filter pools by archetype.

Message Fields

string
BlockDB internal pool identifier (32-byte hex, no 0x). Address-based pools left-pad contract_address to 32 bytes; v4-style pools use pool_id.
number
Exchange identifier.
number
Pool type identifier.
number
Block height containing the pool creation / genesis record.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
string
Factory or pool-manager contract address (20-byte hex).
string[]
Token contract addresses that compose the pool.
string | null
Incarnation id for v2/v3 pools; null for v4-style pools.
string | null
Pool contract address when applicable (20-byte hex).
string | null
Protocol-specific pool id (e.g. Uniswap V4), when applicable.
number | null
Internal pair ordinal, when applicable.
string[] | null
Asset manager addresses for Balancer-style pools, when applicable.
number | null
Amplification parameter for stable pools, when applicable.
number[] | null
Token weights for weighted pools, when applicable.
number | null
Tick spacing for concentrated-liquidity pools, when applicable.
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