LP Deposits/Withdrawals

Liquidity has been deposited or withdrawn from the Liquidity Pool (LP).

Data source: LpDepositWithdrawal

NameDataTypeDescription
blockIdnumberNumeric identifier of a block describing the slot that the block was produced in.
blockTimenumberUnix epoch time (in seconds) of a block as calculated from validator votes.
transactionIdstringFirst signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger.
transactionPositionnumberZero-indexed position of the transaction within the block.
instructionOrdinalnumberThe zero-indexed position of an instruction - subinstruction combination in the context of the transaction. This is generated by flattening all instruction/subinstruction/sub-subinstruction/... and numbering them from 0.
programIdstringThe account containing the program.
instructionNamestringThe name of the program instruction that was invoked.
poolAddressstringAddress holding information about the pool.
lpTokenMintstringThe mint address of the pool token.
userAccountstringThe account that is depositing or withdrawing.
actionTypestringWhether liquidity is being added or removed. One of "addLiquidity" or "removeLiquidity".
mintTokenAstringThe mint of token A.
mintTokenBstringThe mint of token B.
amountTokenAnumberThe amount of token A that is being added to or removed from the LP. This amount is unconverted for decimals and always positive.
amountTokenBnumberThe amount of token B that is being added to or removed from the LP. This amount is unconverted for decimals and always positive.