Skip to main content
Schema: thorchain.defi Table: fact_block_pool_depths Type: Base Table Fact table containing all the available pools and its rune/asset depth at each block interval

Columns

Column NameData TypeDescription
FACT_POOL_DEPTHS_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
RUNE_E8NUMBERThe rune depth for this pool at this block
ASSET_E8NUMBERThe asset depth for this pool at this block
SYNTH_E8NUMBER
POOL_NAMETEXTName of the pool — also asset name in other tables
_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.