Skip to main content
Schema: osmosis.defi Table: dim_liquidity_pools Type: View Contains liquidity pool metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTIn this table, always Osmosis. Used to join to cross-chain tables. This column will deprecate in all tables except core.fact_blocks soon. Please modify your queries to join to the blocks table to use this field.
MODULETEXTModule used to create liquidity pool
POOL_CREATED_BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
POOL_CREATED_BLOCK_IDNUMBERThe block height the block was recorded at.
POOL_IDNUMBERIdentifier for the pool within the module
POOL_ADDRESSTEXTAddress of the pool
ASSETSARRAYList of 2 or more asset addresses belonging to the pool
DIM_LIQUIDITY_POOLS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ