Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration for supported values.
string[]
Filter updates to specific BlockDB pool identifiers.
number[]
Filter updates by exchange identifiers. See the DigitalExchange enumeration.

Message Fields

string
BlockDB pool identifier.
number
Exchange/DEX identifier.
number
Pool type identifier.
number
Block height where the fee-terms record is anchored.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
string | null
Total fee fraction (e.g., 0.003 = 0.30%). String to preserve NUMERIC(18,18) precision.
string | null
Absolute fee fraction allocated to LPs/users (same units as total_fee).
string | null
Absolute fee fraction allocated to protocol/treasury (same units as total_fee).
string | null
Absolute fee fraction allocated to extra destinations (same units as total_fee).
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