Skip to main content
Schema: thorchain.price Table: fact_prices Type: Base Table Fact table that provides the summary of the gas events for each block

Columns

Column NameData TypeDescription
FACT_PRICES_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
PRICE_RUNE_ASSETNUMBERHow many RUNE can be exchanged by 1 Asset
PRICE_ASSET_RUNENUMBERHow many Asset can be exchanged by 1 RUNE
ASSET_USDFLOATThe Asset price in USD
RUNE_USDFLOATThe Rune price in USD
POOL_NAMETEXTName of the pool — also asset name in other tables
_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.