Get a specific liquidity transaction
GET /v2/liquidity/transactions/{transactionId}
GET
/v2/liquidity/transactions/{transactionId}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” transactionId
required
string
Responses
Section titled “ Responses ”Liquidity transaction details
object
transactionId
required
UUID of the transaction
string
poolId
required
UUID of the pool
string
walletId
required
UUID of the wallet that performed the action
string
type
required
Whether liquidity was added or removed
string
token0Amount
required
Amount of token0 added or removed
string
token1Amount
required
Amount of token1 added or removed
string
lpTokenAmount
required
Amount of LP tokens minted or burned
string
status
required
Current state of the transaction
string
timestamp
required
When the transaction was initiated
string