Table description

Stores data on Stellar’s liquidity pools, such as the type, fee, assets involved etc. Liquidity Pools provide a simple, non-interactive way to trade large amounts of capital and enable high volumes of trading.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the liquidity pool entry was closed.date
liquidity_pool_idThe unique identifier for the liquidity pool.varchar
typeThe type of liquidity pool (e.g., constant product, stable).varchar
feeThe fee rate, in basis points, for trading within the liquidity pool.bigint
trustline_countThe number of trustlines associated with the liquidity pool.bigint
pool_share_countThe total number of pool shares outstanding, representing ownership in the pool.double
asset_a_typeThe type of the first asset in the liquidity pool.varchar
asset_a_codeThe code of the first asset in the liquidity pool.varchar
asset_a_issuerThe issuer of the first asset in the liquidity pool.varchar
asset_a_idThe unique identifier for the first asset in the liquidity pool.bigint
asset_a_amountThe total amount of the first asset held in the liquidity pool.double
asset_b_typeThe type of the second asset in the liquidity pool.varchar
asset_b_codeThe code of the second asset in the liquidity pool.varchar
asset_b_issuerThe issuer of the second asset in the liquidity pool.varchar
asset_b_idThe unique identifier for the second asset in the liquidity pool.bigint
asset_b_amountThe total amount of the second asset held in the liquidity pool.double
last_modified_ledgerThe sequence number of the ledger where the liquidity pool entry was last modified.bigint
ledger_entry_changeIndicates the type of change made to the ledger entry (insert, update, delete).bigint
deletedA boolean indicating whether the liquidity pool entry has been deleted from the ledger.boolean
closed_atThe timestamp when the liquidity pool entry was closed.timestamp(3) with time zone
ledger_sequenceThe sequence number of the ledger in which the liquidity pool entry is included.bigint
updated_atThe time when the liquidity pool record was last updated.timestamp(3) with time zone
ingested_atThe time when the liquidity pool data was ingested into the system.timestamp(3) with time zone

Table Sample