Get Transaction Details
GET /liquidity/transactions/{transactionId}
GET
/liquidity/transactions/{transactionId}
Get details of a specific liquidity transaction.
Authorizations
Parameters
Path Parameters
transactionId
required
string format: uuid
The ID of the transaction
Responses
200
Transaction details
object
transactionId
UUID of the transaction
string format: uuid
poolId
UUID of the pool
string format: uuid
walletId
UUID of the wallet that performed the action
string format: uuid
type
Whether liquidity was added or removed
string
token0Amount
Amount of token0 added or removed
string
token1Amount
Amount of token1 added or removed
string
lpTokenAmount
Amount of LP tokens minted or burned
string
status
Current state of the transaction
string
timestamp
When the transaction was initiated
string format: date-time
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters