Skip to main content
SaucerSwap offers a public REST API endpoint to retrieve all liquidity pools, accompanied by useful metadata for each pool, including liquidity pool reserves, and their associated tokens. Use the following URL options to access the data. The endpoint is GET /pools on https://api.saucerswap.finance (mainnet) or https://test-api.saucerswap.finance (testnet). Requests require an API key; see Authentication.
For SaucerSwap V2 liquidity pools, refer to Get V2 liquidity pools.

Data JSON schema

Code overview

No gas cost — read-only call.

Next steps

Get pool reserves (V1)

Read reserves for a single pool on-chain.

Fetch all pools (V2)

The V2 equivalent with fee tiers and ticks.

API authentication

Get an API key for the REST API.