The DEX trades table contains successful swaps made on decentralized exchanges (DEX), consolidated into a single table.

Coverage:

Currently, we support 5 DEX protcols and over 12+ DEX projects on Sui.

ProjectsProtocols
cetus, cetus_adapter, daos_sui, movescription, suiai, suiemoji, suipumpcetus_protocol
bluefinbluefin
turbosturbos_finance
bluemove_dex, move_pumpbluemove
flowxflowx_v2
flowxflowx_v3

Coming Soon

We’re continuously expanding our DEX coverage. The following protocols are currently in our roadmap:

  • deepbook (coming soon)

  • suiswap (coming soon)

  • kriya (coming soon)

We add new DEX protocols on a case-by-case basis. If you’d like to request support for a specific DEX, please reach out to our team. Your feedback helps us prioritize our roadmap.

Table Columns

_str columns are numeric fields cast varchar to retain precision when summing.

Unique Key: unique_id

ColumnDescription
projectThe project (decentralized exchange) of the liquidity pool that the swap occurred from.
protocolDEX protocol (& version, if applicable) of the contract address facilitating the swap.
liquidity_pool_addressThe aaddress of the liquidity pool holding the asset
sender_addressThe address of the sender emitted on the swap event logs.
to_addressAddress of the recipient emitted on the swap event logs.
coin_sold_typeType of the coin sold.
coin_sold_nameName of the coin sold.
coin_sold_symbolSymbol of the coin sold.
coin_sold_decimalsCoin decimals of the coin sold.
coin_sold_amount_raw_strRaw amount of coins sold (unnormalized) in string.
coin_sold_amount_rawRaw amount of coins sold (unnormalized).
coin_sold_amount_strAmount of coins sold in string.
coin_sold_amountAmount of coins sold.
usd_sold_amountAmount of coin sold in USD value.
coin_bought_typeType of the coin bought.
coin_bought_nameName of the coin bought.
coin_bought_symbolSymbol of the coin bought.
coin_bought_decimalsCoin decimals of the coin bought.
coin_bought_amount_raw_strRaw amount of coins bought (unnormalized) in string.
coin_bought_amount_rawRaw amount of coins bought (unnormalized).
coin_bought_amount_strAmount of coins bought in string.
coin_bought_amountAmount of coins bought.
usd_bought_amountAmount of coin bought in USD value.
usd_amountUSD value of the swap. This field preferentially selects the USD value of Native Assets and Stablecoin (USDT/USDC) tokens.
transaction_block_digestDigest of the transaction block containing this swap.
event_seqSequence number of the event within the transaction.
checkpoint_timestampTimestamp of the checkpoint containing this swap.
checkpoint_sequenceSequence number of the checkpoint.
checkpoint_digestDigest of the checkpoint.
unique_idUnique ID of each trade.
_created_atTimestamp when the record was created.
_updated_atTimestamp when the record was last updated.
_changed_since_full_refreshBoolean indicating if the record has changed since the last full refresh.