Uniswap Clones

V3 - List Pools

Returns a list of all liquidity pools, including token pairs, fee tiers, and creation timestamps.

get/evm/clones/v3/pools

Query parameters

chain_id1 | 8453
Example:8453

EVM chain ID.

token_addressstring
Example:0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf

Pool token address. See tokens for valid addresses.

limitinteger

Limit the number of results.

offsetinteger

Offset the results, allows you to skip a number of rows before starting to return rows.

order_ascstring[]

List of column names to order by in ascending order divided by comma. Leave empty items to combine with descending order

order_descstring[]

List of column names to order by in descending order divided by comma. Leave empty items to combine with ascending order

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.