Skip to main content
GET
Get transactions of a pool on a network. Paging can be used up to 100 pages.

Path Parameters

network
string
required

Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.

pool_address
string
required

Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b for WETH / USDT on ethereum.

Query Parameters

page
integer

Zero-based page index for paginated results.

Required range: 0 <= x <= 1000
limit
integer
default:10

Number of items to return per page (max 100).

Required range: 1 <= x <= 100
from
integer<int64>

Filter transactions starting from this UNIX timestamp.

to
integer<int64>

Filter transactions up to this UNIX timestamp.

cursor
string

Cursor is a transaction ID used for pagination. If empty, the first set of results is returned.

Response

successful operation

Response for a request with page-based pagination.

transactions
object[]
page_info
object