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 Name | Data Type | Description | 
|---|---|---|
| FACT_POOL_BLOCK_BALANCES_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables | 
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) | 
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table | 
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables | 
| RUNE_AMOUNT | FLOAT | The rune amount balance for this pool name | 
| RUNE_AMOUNT_USD | FLOAT | The rune amount balance in USD for this pool name | 
| ASSET_AMOUNT | FLOAT | The asset amount balance for this pool name | 
| ASSET_AMOUNT_USD | FLOAT | The asset amount balance in USD for this pool name | 
| SYNTH_AMOUNT | FLOAT | The synth amount balance for this pool name | 
| SYNTH_AMOUNT_USD | FLOAT | The synth amount balance in USD for this pool name | 
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. | 
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |