Get transactions of a pool on a network. Paging can be used up to 100 pages.
List recent swaps, liquidity adds, and removes for a pool with page or cursor-based pagination
Documentation Index
Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint overview
List recent swaps, adds, and removes for a pool with paging.FAQs
Which pagination parameters are supported?
Which pagination parameters are supported?
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?
How to fetch only recent swaps?
How to fetch only recent swaps?
limit (e.g., 20–100) and without page to get the latest batch; poll periodically for new entries.Is ordering guaranteed?
Is ordering guaranteed?
Path Parameters
Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b for WETH / USDT on ethereum.
Query Parameters
Zero-based page index for paginated results.
0 <= x <= 1000Number of items to return per page (max 100).
1 <= x <= 100Filter transactions starting from this UNIX timestamp.
Filter transactions up to this UNIX timestamp.
Cursor is a transaction ID used for pagination. If empty, the first set of results is returned.