Get swap transactions history
GET /v2/liquidity/swaps
Retrieve a paginated list of swap transactions.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”Paginated list of swap transactions
object
List of swap transactions
object
UUID of the swap transaction
UUID of the pool where the swap occurred
UUID of the wallet that performed the swap
Input token (token0 or token1)
Output token (token0 or token1)
Symbol of the input token
Symbol of the output token
Amount of input token swapped
Amount of output token received
Minimum amount of output token expected
Price impact of the swap as a percentage
Status of the swap transaction
Timestamp of the swap transaction
Pagination information
object
Page number (starts at 1)
1
Items per page
10
Total number of items
100
Total number of pages
10
Whether there is a next page
true
Whether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error