Skip to main content
This table contains DEX trades on Stellar blockchain. It includes hydrated trade data with token metadata, pricing information, and USD value calculations for both tokens involved in each swap on Stellar’s decentralized exchanges.

Table Columns

Unique Key: unique_id
Column NameDescription
projectThe DEX protocol name (e.g., Soroswap)
protocolThe protocol identifier
contract_idThe contract address for the DEX protocol
liquidity_pool_addressThe address of the liquidity pool where the trade was executed
sender_addressThe address that initiated the trade
to_addressThe recipient address (typically null for direct swaps)
token_sold_asset_idThe Stellar asset ID of the token being sold (format asset_code:issuer)
token_sold_asset_codeThe asset code of the token being sold
token_sold_decimalsThe number of decimal places for the sold token
token_sold_amount_rawThe raw amount of tokens sold (before normalization)
token_sold_amountThe normalized amount of tokens sold
usd_sold_amountThe USD value of tokens sold (null if exceeds upper limit)
token_bought_asset_idThe Stellar asset ID of the token being bought (format asset_code:issuer)
token_bought_asset_codeThe asset code of the token being bought
token_bought_decimalsThe number of decimal places for the bought token
token_bought_amount_rawThe raw amount of tokens bought (before normalization)
token_bought_amountThe normalized amount of tokens bought
usd_bought_amountThe USD value of tokens bought (null if exceeds upper limit)
usd_amountThe USD value of the trade (prefers USD token pairs, falls back to available prices)
extra_fieldsAdditional metadata stored as a JSON variant object
ledger_sequenceThe ledger sequence number containing this trade
ledger_close_timeThe timestamp when the ledger containing this trade closed
ledger_hashThe hash of the ledger containing this trade
transaction_hashThe hash of the transaction containing this trade
transaction_indexThe index of the transaction within the ledger
transaction_resultThe result code of the transaction
unique_idA unique identifier for this trade record
_created_atTimestamp when the record was created in the warehouse
_updated_atTimestamp when the record was last updated in the warehouse
_changed_since_full_refreshFlag indicating if the record has changed since the last full refresh