Quasar
Raw Tables
This table contains a history of LP transactions on the Cosmos ecosystem, providing insights into the token flows and prices on the network. The data is sourced from blockchain events.
Column Name | Type | Description |
---|---|---|
tx_id | STRING | Unique identifier of the transaction. |
sender | STRING | Wallet address that initiated the transaction. |
pool_id | STRING | Identifier of the liquidity pool involved in the transaction. |
block_timestamp | TIMESTAMP | Timestamp when the transaction was included in a block. |
type | STRING | Type of transaction (e.g. swap, deposit, withdrawal). |
raw_tokens | STRING | Raw amount of tokens involved in the transaction. |
base_asset | STRING | Base asset of the transaction (e.g. token, native coin). |
base_amount | BIGNUMERIC | Base amount of the asset involved in the transaction. |
base_amount_usd | FLOAT | Base amount of the asset in USD. |
base_price | FLOAT | Price of the base asset at the time of the transaction. |
asset | STRING | Asset that was swapped or transferred. |
asset_amount_usd | FLOAT | Amount of the asset in USD. |
asset_price | FLOAT | Price of the asset at the time of the transaction. |