Skip to content

Get liquidity transactions history

GET
/v2/liquidity/transactions

Retrieve a paginated list of liquidity transactions.

walletId
required
string
poolId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Paginated list of liquidity transactions

object
items
required

List of liquidity transactions

Array<object>
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
page
required

Pagination information

object
number
required

Page number (starts at 1)

number
1
size
required

Items per page

number
10
totalPages
required

Total number of items

number
100
totalCount
required

Total number of pages

number
10
hasNext
required

Whether there is a next page

boolean
true
hasPrev
required

Whether there is a previous page

boolean

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error