The DEX pools table contains liquidity pool creation events.

Coverage:

Currently, we support 7 DEX protcols on Sui.
  • cetus, turbos, momentum, flow_v2, flow_v3, bluemove, bluefin
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 inform 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.
protocolDEX protocol (& version, if applicable) of the contract address.
liquidity_pool_addressThe address of the liquidity pool.
transaction_moduleThe module name where the pool creation event occurred.
package_idThe package ID containing the pool creation logic.
package_event_addressThe event address within the package.
token0_addressThe address of the first token in the pool.
token0_nameThe name of the first token in the pool.
token0_symbolThe symbol of the first token in the pool.
token0_decimalsThe decimal places of the first token in the pool.
token1_addressThe address of the second token in the pool.
token1_nameThe name of the second token in the pool.
token1_symbolThe symbol of the second token in the pool.
token1_decimalsThe decimal places of the second token in the pool.
tokens_arrayArray containing the tokens in the pool.
tick_spacingThe tick spacing configuration for the pool.
transaction_block_digestDigest of the transaction block containing this pool creation.
event_seqSequence number of the event within the transaction.
checkpoint_timestampTimestamp of the checkpoint containing this pool creation.
checkpoint_sequenceSequence number of the checkpoint.
checkpoint_digestDigest of the checkpoint.
_created_atTimestamp when the record was created.
_updated_atTimestamp when the record was last updated.
date_addedTimestamp when the record was added to the dataset.