Skip to main content

Table Description

Event data for pending liquidity on THORChain. This table is partitioned by day.

Column Descriptions

ColumnTypeDescription
pool_namevarcharName of the liquidity pool
asset_tx_idbigintIdentifier
asset_blockchainvarcharAsset Blockchain
asset_addressvarcharAddress
asset_e8bigintAsset amount in e8 units
asset_amountdecimal(38,0)Amount of asset
rune_tx_idbigintIdentifier
rune_addressvarcharAddress
rune_e8bigintRUNE amount in e8 units
rune_amountdecimal(38,0)Amount in RUNE
pending_typevarcharPending Type
event_idbigintEvent identifier
block_timestamptimestampTimestamp of when the block was created
block_timetimestampTimestamp of when the block was created
block_monthvarcharBlock Month
pool_chainvarcharPool Chain
pool_assetvarcharPool Asset
fact_pending_liquidity_events_idbigintSurrogate key for the fact record
dim_block_idbigintReference to the block dimension table
_inserted_timestamptimestampTimestamp of the record
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample