Skip to main content
WSS

Overview

  • Dataset ID: 0301 - Liquidity Pool Reserves
  • Description: Pool reserve snapshots (b0301_liquidity_pools_reserves_v1); tick/bin detail rows in b0301_liquidity_pools_reserves_details_v1. pool_uid → blockdb_evm.b0211_liquidity_pools_v1.
  • Sample: Hugging Face Sample

Subscription Parameters

chain_id
number
required
Target EVM network. See the Chain enumeration for supported values.
pool_uids
string[]
Filter updates to specific BlockDB pool identifiers.
include_details
boolean
default:"false"
Include tick-range or bin-level liquidity breakdowns for concentrated liquidity pools.
Tick range coverage: When include_details is enabled, detail rows cover a ±1% range around the current price tick by default. If you need a wider tick range or full tick coverage, contact us.

Message Fields

pool_uid
string
BlockDB pool identifier.
exchange_id
number
Exchange/DEX identifier.
type_id
number
Pool type identifier.
block_number
number
Block height where the reserve change occurred.
block_time
string
Block time (ISO-8601).
tx_index
number
Transaction index.
log_index
number
Log index.
reserves
string[]
Raw token reserves for even-liquidity pools (one entry per token).
current_tick
number | null
Current tick for concentrated-liquidity pools.
current_sqrt_price
string | null
Q64.96 sqrt price integer string.
current_bin
number | null
Current bin id for bin-style AMMs.
details
object[] | null
Optional tick/bin/range detail rows (enabled by subscription params).
details[].tick
number | null
Single-tick locator (v3-style).
details[].lower_tick
number | null
Range lower bound.
details[].upper_tick
number | null
Range upper bound.
details[].bin_id
number | null
Single-bin locator.
details[].liquidity
string
Engine-native liquidity (integer string).
details[].amount0
string
Token0 raw amount at locator (integer string).
details[].amount1
string
Token1 raw amount at locator (integer string).
_tracing_id
string
Row-level lineage hash for correlation.
_parent_tracing_ids
string[]
Parent lineage ids (hex).
_created_at
string
Record creation time (ISO-8601).
_updated_at
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 April 6, 2026