solana.dex.liquidity_events tracks transaction-level events that modify liquidity positions and covers the following actions:
  • add - Adding liquidity to a position
  • remove - Removing liquidity from a position
  • rebalance - Rebalancing a liquidity position
  • claim_fee - Claiming fees from a liquidity position
  • create_position - Creating a new liquidity position
  • close_position - Closing an existing liquidity position

Supported Protocols

The table currently includes the following DEX protocols:
ProjectProtocol
meteorameteora-dlmm

Table Columns

Column NameDescriptionTypeExample
projectThe DEX projectvarchar(7)meteora
protocolThe protocol used by the DEX projectvarcharmeteora-dlmm
ownerAddress of the liquidity position ownervarcharHYco5pWjQTatiSJAT97XSBrv4hqtreThFA58ZDrTCNLZ
poolThe liquidity pool addressvarcharHTvjzsfX3yU6BUodCjZ5vZkUrAxMDTrBs3CJaq43ashR
positionThe liquidity position addressvarcharGh3UP8uvSLkyiRo94sEUdh5pCNYpS4WLbJ2evsGTmR71
token0Token0’s mint addressvarcharSo11111111111111111111111111111111111111112
token1Token1’s mint addressvarcharEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
raw_delta0Raw amount change for token0varchar1000000000
raw_delta1Raw amount change for token1varchar1000000
actionThe liquidity position action performed. Choices are create_position, close_position, add_liquidity, remove_liquidity, claim_fee, rebalancingvarcharadd
block_slotBlock slot of the transactionnumber228499898
block_heightBlock height of the transactionnumber210416091
block_timestampBlock timestamp of the transactiontimestamp_ntz(9)2023-11-07 05:11:45+00:00
block_hashBlock hash of the transactionvarcharBNCv6p7EYHwGUNop1kACfTgA9Km6mc8LbSHJq5B9HEA2
txn_idTransaction IDvarchar(88)4GCpQa7BVefNiwhrB9QhSha4ZLMmQBdYgWTVXwspreBQhx7zdm1a1cTsgW6zjGdqdJH64fxXEiBZY1j5jD5aGgjb
txn_indexTransaction index within the blocknumber51
instruction_indexInstruction index within the transactionnumber0
inner_instruction_indexInner instruction index within the parent instructionnumber0
token0_symbolToken0’s symbol, if availablevarcharSOL
token1_symbolToken1’s symbol, if availablevarcharUSDC
token0_decimalsToken0’s decimal placesnumber9
token1_decimalsToken1’s decimal placesnumber6
delta0Normalized amount change for token0float1.0
delta1Normalized amount change for token1float100.0
token0_price_usdToken0 price in USD at the time of the eventfloat100.50
token1_price_usdToken1 price in USD at the time of the eventfloat1.00
delta0_usdUSD value of token0 amount changefloat100.50
delta1_usdUSD value of token1 amount changefloat100.00
usd_amount_totalTotal USD value of the liquidity eventfloat200.50