Skip to main content

Table Description

Block-level balances for Continuous Liquidity Pools (CLPs) on THORChain. This table tracks RUNE, asset, and synthetic asset balances in pools at each block. This table is partitioned by day.

Column Descriptions

ColumnTypeDescription
fact_pool_block_balances_idvarcharSurrogate key for the pool block balance record
daydateDate of the record
block_timestamptimestampTimestamp of when the block was created
dim_block_idvarcharReference to the block dimension table
pool_namevarcharName of the liquidity pool
rune_amountdecimal(38,0)RUNE balance in the pool
rune_amount_usddecimal(20,6)USD value of RUNE balance
asset_amountdecimal(38,0)Asset balance in the pool
asset_amount_usddecimal(20,6)USD value of asset balance
synth_amountdecimal(38,0)Synthetic asset amount in the pool
synth_amount_usddecimal(20,6)USD value of synthetic asset amount
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample