Skip to content

Get a specific liquidity transaction

GET
/v2/liquidity/transactions/{transactionId}
transactionId
required
string

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