Pools
Get transactions of a pool on a network. Paging can be used up to 100 pages.
GET
Path Parameters
Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.
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 500).
Required range:
1 <= x <= 500
Cursor is a transaction ID used for pagination. If empty, the first set of results is returned.
Was this page helpful?