Skip to main content
WSS

Overview

Subscription Parameters

chain_id
number
required
Target EVM network. See the Chain enumeration for supported values.
base_token_address
string
required
ERC-20 contract address for the base asset (hex string, 20 bytes, no 0x prefix).
quote_currency_code
string
required
ISO-4217 fiat currency code (e.g., USD, EUR).

Message Fields (data)

Top-level fields: chain_id, dataset_id, is_reorg, data (object). The data object mirrors b0605_token_to_fiat_vwap:
data.first_block_number
number
BIGINT
data.first_block_time
string
TIMESTAMPTZ
data.first_tx_index
number
INTEGER
data.first_log_index
number
INTEGER
data.last_block_number
number
BIGINT
data.last_block_time
string
TIMESTAMPTZ
data.last_tx_index
number
INTEGER
data.last_log_index
number
INTEGER
data.bucket_start
string
TIMESTAMPTZ
data.bucket_seconds
number
INTEGER
data.token_address
string
BYTEA
data.price_usd
string
NUMERIC(78,18)
data.total_notional_usd
string
NUMERIC(78,18)
data.hops
number
INTEGER
data.sources_count
number
INTEGER
data._tracing_id
string
BYTEA
data._parent_tracing_ids
string[]
BYTEA[] (nullable by default; can be large)
data._created_at
string
TIMESTAMPTZ
data._updated_at
string
TIMESTAMPTZ

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on April 6, 2026