Skip to main content
WSS

Overview

Subscription Parameters

number
required
Target EVM chain. See the Chain enumeration for supported values.
string
required
ERC-20 contract address for the base asset (hex string, 20 bytes, no 0x prefix).
string
required
ERC-20 contract address for the quote asset (hex string, 20 bytes, no 0x prefix).

Message Fields

string
Pool identifier.
number
Exchange/DEX identifier.
number
Pool type identifier.
number
Block height where the swap occurred.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
string
Address of the input token.
string
Address of the output token.
string
Amount of token_in (raw units, integer string).
string
Amount of token_out (raw units, integer string).
string | null
Realized execution price: token_out per 1 token_in (decimals-adjusted). May be null.
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