Skip to main content

List pools

Returns pools available for a given chain and provider.

Query

chainId
integer
required
Chain ID to list pools for.
provider
string
required
Protocol/provider identifier, e.g. uniswap-v3, pancake-v3, aerodrome.
limit
integer
Page size.
offset
integer
Pagination offset.

Response

data.pools
object[]
List of pools.
data.pages
integer
Total number of pages available.
data.limit
integer
Page size used for this response.
data.offset
integer
Offset used for this response.

Pool details

Query

chainId
integer
required
address
string
required
Pool contract address.
provider
string
required
Protocol identifier.

Response

data.address
string
Pool contract address.
data.slot0
object
Current pool state (concentrated-liquidity pools).

Examples

Last modified on July 14, 2026