LP Deposits/Withdrawals
Liquidity has been deposited or withdrawn from the Liquidity Pool (LP).
Data source: LpDepositWithdrawal
Name | DataType | Description |
---|---|---|
blockId | number | Numeric identifier of a block describing the slot that the block was produced in. |
blockTime | number | Unix epoch time (in seconds) of a block as calculated from validator votes. |
transactionId | string | First signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger. |
transactionPosition | number | Zero-indexed position of the transaction within the block. |
instructionOrdinal | number | The 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. |
programId | string | The account containing the program. |
instructionName | string | The name of the program instruction that was invoked. |
poolAddress | string | Address holding information about the pool. |
lpTokenMint | string | The mint address of the pool token. |
userAccount | string | The account that is depositing or withdrawing. |
actionType | string | Whether liquidity is being added or removed. One of "addLiquidity" or "removeLiquidity". |
mintTokenA | string | The mint of token A. |
mintTokenB | string | The mint of token B. |
amountTokenA | number | The amount of token A that is being added to or removed from the LP. This amount is unconverted for decimals and always positive. |
amountTokenB | number | The amount of token B that is being added to or removed from the LP. This amount is unconverted for decimals and always positive. |
Updated over 1 year ago