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 /v2/pools on https://api.saucerswap.finance (mainnet) or https://test-api.saucerswap.finance (testnet). Requests require an API key; see Authentication.
For SaucerSwap V1 liquidity pools, see Fetch all pools (V1).

Data JSON schema

Code overview

No gas cost — read-only call.

Next steps

Fetch pool token ratio (V2)

Read the live price ratio for one pool.

Fetch all pools (V1)

The V1 equivalent with reserve amounts.

API authentication

Get an API key for the REST API.