Get Liquidity Transactions
GET /liquidity/transactions
GET
/liquidity/transactions
Get paginated list of liquidity transactions.
Authorizations
Parameters
Query Parameters
walletId
string format: uuid
Filter by wallet ID
poolId
string format: uuid
Filter by pool ID
page
integer
Page number for pagination
pageSize
integer
Number of items per page
Responses
200
List of transactions
object
transactions
Array<object>
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
meta
object
page
Current page number
integer
pageSize
Number of items per page
integer
totalPages
Total number of pages
integer
totalCount
Total number of items
integer
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters