---
title: "List pools with pagination"
method: GET
path: "/pools/info/list"
tags: ["Pools"]
deprecated: true
---

# List pools with pagination

`GET /pools/info/list`

> **Deprecated.**

**Legacy endpoint.** Retrieve paginated pool list with filtering and sorting. Cached 60 seconds. pageSize limited to 1000. Kept live for existing integrations; new integrations should query pools by ID, mint pair, or LP mint via the other `/pools/info/*` endpoints, or use the indexer-backed routing surface in the Transaction API.

## Query parameters

- `poolType` 'all' | 'concentrated' | 'standard' | 'allFarm' | 'concentratedFarm' | 'standardFarm', required
- `poolSortField` 'default' | 'liquidity' | 'volume24h' | 'fee24h' | 'apr24h' | 'volume7d' | 'fee7d' | 'apr7d' | 'volume30d' | 'fee30d' | 'apr30d', required
- `sortType` 'desc' | 'asc', required
- `pageSize` integer, required
- `page` integer, required

## Response `200`

Success

- object — Common response envelope. The `data` field is supplied by each endpoint's response schema via `allOf` and is therefore not declared on the base envelope.
  - `id` string, required — Request ID (UUID)
  - `success` boolean, required — Whether the request was successful
  - `msg` string — Error message if success is false
  - `data` PoolListResponse
    - `id` string
    - `success` boolean
    - `data` object[]
      - `symbol` string — Pool symbol (e.g., BTC/USDC).
      - `volume24h` string — 24-hour trading volume.
      - `volume7d` string — 7-day trading volume.
      - `volume30d` string — 30-day trading volume.

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
