The DEX pools table contains liquidity pool creation events.

Coverage:

Currently, we support 7 DEX protocols 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

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.
coin0_typeThe type of the first coin in the pool.
coin0_nameThe name of the first coin in the pool.
coin0_symbolThe symbol of the first coin in the pool.
coin0_decimalsThe decimal places of the first coin in the pool.
coin1_typeThe type of the second coin in the pool.
coin1_nameThe name of the second coin in the pool.
coin1_symbolThe symbol of the second coin in the pool.
coin1_decimalsThe decimal places of the second coin in the pool.
coins_arrayArray containing the coins 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.
_changed_since_full_refreshIndicates whether the record has been modified since the last full refresh.