Skip to main content
Schema: thorchain.defi Table: fact_pool_block_balances Type: Base Table Fact table containing the actions the liquidity providers do in the THORChain, with the amount in RUNE/Asset

Columns

Column NameData TypeDescription
FACT_POOL_BLOCK_BALANCES_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTFK to DIM_BLOCK table
POOL_NAMETEXTName of the pool — also asset name in other tables
RUNE_AMOUNTFLOATThe rune amount balance for this pool name
RUNE_AMOUNT_USDFLOATThe rune amount balance in USD for this pool name
ASSET_AMOUNTFLOATThe asset amount balance for this pool name
ASSET_AMOUNT_USDFLOATThe asset amount balance in USD for this pool name
SYNTH_AMOUNTFLOATThe synth amount balance for this pool name
SYNTH_AMOUNT_USDFLOATThe synth amount balance in USD for this pool name
_INSERTED_TIMESTAMPTIMESTAMP_NTZ
_AUDIT_RUN_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.