Quasar
This page presents the available tables for Quasar.
Raw Tables
This table contains transaction data from LP (Liquidity Pool) transactions within the Cosmos ecosystem, providing insights into the trading activity and token movements within these pools. The data is sourced from various blockchains within the ecosystem.
Column Name | Type | Description |
---|---|---|
tx_id | STRING | Atomic swap transaction identifier |
sender | STRING | Address of party initiating the swap transaction |
pool_id | STRING | Identifier of the liquidity pool involved in the swap |
block_timestamp | TIMESTAMP | Timestamp of the block containing the transaction |
type | STRING | Type of swap transaction (e.g., token swap, staking, etc.) |
raw_tokens | STRING | Raw amount of tokens exchanged in the swap transaction |
base_asset | STRING | Base asset involved in the swap transaction (e.g., native token) |
base_amount | BIGNUMERIC | Base amount of the base asset exchanged in the swap |
base_amount_usd | FLOAT | Base amount of the base asset exchanged in USD |
base_price | FLOAT | Exchange price of the base asset in the swap transaction |
asset | STRING | Asset involved in the swap transaction (e.g., token symbol) |
asset_amount_usd | FLOAT | Amount of the asset exchanged in USD |
asset_price | FLOAT | Exchange price of the asset in the swap transaction |