LP Creations

Creation of new Liquidity Pools (LPs).

Data source: LpCreation

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.
programNamestringThe name of the LP program.
poolAddressstringAddress holding information about the pool.
lpTokenMintstringThe mint address of the pool token.
mintTokenAstringThe mint of token A.
mintTokenBstringThe mint of token B.
tokenAccountAstringThe pool's token account for token A.
tokenAccountBstringThe pool's token account for token B.