Endpoint overview
List recent swaps, adds, and removes for a pool with paging.See also: Pool details,
Token data
FAQs
Which pagination parameters are supported?
Which pagination parameters are supported?
Use
page
/limit
or the cursor
for deep pagination. cursor
points to a specific transaction id for resume.Which transaction types are included?
Which transaction types are included?
Swaps, liquidity adds, and removes with token amounts, USD values when available, and timestamps.
How to fetch only recent swaps?
How to fetch only recent swaps?
Request with
limit
(e.g., 20–100) and without page
to get the latest batch; poll periodically for new entries.Is ordering guaranteed?
Is ordering guaranteed?
Results are returned in reverse chronological order (most recent first) per pool.
Path Parameters
Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b
for WETH / USDT on ethereum
.
Query Parameters
Zero-based page index for paginated results.
Required range:
0 <= x <= 1000
Number of items to return per page (max 100).
Required range:
1 <= x <= 100
Cursor is a transaction ID used for pagination. If empty, the first set of results is returned.