Skip to content

Get swap transactions history

GET
/v2/liquidity/swaps
walletId
required
string
poolId
required
string
status
required
string
page
required
number
pageSize
required
number

Paginated list of swap transactions

object
swapTransactions
required
Array<object>
object
transactionId
required

UUID of the swap transaction

string
poolId
required

UUID of the pool where the swap occurred

string
walletId
required

UUID of the wallet that performed the swap

string
inputToken
required

Input token (token0 or token1)

string
outputToken
required

Output token (token0 or token1)

string
inputTokenSymbol
required

Symbol of the input token

string
outputTokenSymbol
required

Symbol of the output token

string
inputAmount
required

Amount of input token swapped

string
outputAmount
required

Amount of output token received

string
minimumOutputAmount
required

Minimum amount of output token expected

string
priceImpact
required

Price impact of the swap as a percentage

string
status
required

Status of the swap transaction

string
timestamp
required

Timestamp of the swap transaction

string
meta
required
object