Table description

Records trades performed on Stellar’s decentralized exchange.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the trade operation was closed.date
history_operation_idThe unique identifier for the operation associated with the trade.bigint
orderThe sequence or order of the trade execution within the operation.bigint
selling_account_addressThe account address of the seller in the trade.varchar
selling_asset_codeThe code of the asset being sold in the trade.varchar
selling_asset_issuerThe issuer of the asset being sold in the trade.varchar
selling_asset_typeThe type of asset being sold (e.g., native, issued).varchar
selling_asset_idThe identifier for the asset being sold.bigint
selling_amountThe amount of the asset being sold.double
buying_account_addressThe account address of the buyer in the trade.varchar
buying_asset_codeThe code of the asset being bought in the trade.varchar
buying_asset_issuerThe issuer of the asset being bought in the trade.varchar
buying_asset_typeThe type of asset being bought (e.g., native, issued).varchar
buying_asset_idThe identifier for the asset being bought.bigint
buying_amountThe amount of the asset being bought.double
price_nThe numerator of the price ratio (price as a fraction) of the trade.bigint
price_dThe denominator of the price ratio (price as a fraction) of the trade.bigint
selling_offer_idThe offer ID for the selling side of the trade.bigint
buying_offer_idThe offer ID for the buying side of the trade.bigint
selling_liquidity_pool_idThe identifier for the liquidity pool involved in the selling side of the trade, if applicable.varchar
liquidity_pool_feeThe fee in lumens (XLM) for the liquidity pool, if applicable.bigint
trade_typeThe type of trade (e.g., market, limit).bigint
rounding_slippageThe slippage amount due to rounding in the trade execution.bigint
seller_is_exactA boolean indicating whether the seller’s amount was exact in the trade.boolean
closed_atThe timestamp when the trade was closed.timestamp(3) with time zone
updated_atThe time when the trade record was last updated.timestamp(3) with time zone
ingested_atThe time when the trade data was ingested into the system.timestamp(3) with time zone

Table Sample