Skip to main content

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 NameTypeDescription
tx_idSTRINGUnique identifier for the transaction.
senderSTRINGAddress of the sender in the Cosmos ecosystem.
pool_idSTRINGIdentifier for the liquidity pool involved in the transaction.
block_timestampTIMESTAMPTimestamp when the transaction was processed on the blockchain.
typeSTRINGType of transaction (e.g., LP creation, token transfer, etc.).
raw_tokensSTRINGRaw amount of tokens transferred in the transaction.
base_assetSTRINGAsset being transferred in the transaction.
base_amountBIGNUMERICAmount of the base asset transferred in the transaction.
base_amount_usdFLOATAmount of the base asset transferred in USD.
base_priceFLOATPrice of the base asset at the time of the transaction.
assetSTRINGAsset associated with the base asset.
asset_amount_usdFLOATAmount of the asset associated with the base asset in USD.
asset_priceFLOATPrice of the asset associated with the base asset at the time of the transaction.