LP Balance Changes
Balance changes for Liquidity Pool (LP) at a transaction level.
Data source: LpBalanceChange
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. |
programName | string | The name of the LP program. |
poolAddress | string | Address holding information about the pool. |
lpTokenMint | string | The mint address of the pool token. |
mintTokenA | string | The mint of token A. |
mintTokenB | string | The mint of token B. |
balanceTokenA | number | The new balance of the LP for token A unconverted for decimals. |
balanceTokenB | number | The balance of the account before the update. |
Updated over 1 year ago