Quasar
Raw Tables
This datasource contains transaction data from the LP (liquidity pool) on the Cosmos ecosystem. It captures various details about each transaction, providing insight into the liquidity pool's activity.
Column Name | Type | Description |
---|---|---|
tx_id | STRING | Unique identifier for the transaction. |
sender | STRING | Address of the sender in the Cosmos ecosystem. |
pool_id | STRING | Identifier for the liquidity pool involved in the transaction. |
block_timestamp | TIMESTAMP | Timestamp when the transaction was processed on the blockchain. |
type | STRING | Type of transaction (e.g., LP creation, token transfer, etc.). |
raw_tokens | STRING | Raw amount of tokens transferred in the transaction. |
base_asset | STRING | Asset being transferred in the transaction. |
base_amount | BIGNUMERIC | Amount of the base asset transferred in the transaction. |
base_amount_usd | FLOAT | Amount of the base asset transferred in USD. |
base_price | FLOAT | Price of the base asset at the time of the transaction. |
asset | STRING | Asset associated with the base asset. |
asset_amount_usd | FLOAT | Amount of the asset associated with the base asset in USD. |
asset_price | FLOAT | Price of the asset associated with the base asset at the time of the transaction. |