---
title: "List pools with advanced filters (v2)"
method: GET
path: "/pools/info/list-v2"
tags: ["Pools"]
---

# List pools with advanced filters (v2)

`GET /pools/info/list-v2`

Advanced pool listing with cursor-based pagination. Cached 60–90 seconds.

## Query parameters

- `poolType` 'Concentrated' | 'Standard'
- `mintFilter` string
- `hasReward` boolean
- `sortField` 'liquidity' | 'volume24h' | 'fee24h' | 'apr24h' | 'volume7d' | 'fee7d' | 'apr7d' | 'volume30d' | 'fee30d' | 'apr30d'
- `sortType` 'asc' | 'desc'
- `size` integer, required
- `nextPageId` string
- `mint1` string
- `mint2` string

## 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` PoolListV2Response
    - `data` PoolInfoItem[]
      - `id` string
      - `type` string
      - `programId` string
      - `lpMint` string
      - `mint1` object
      - `mint2` object
      - `tvl` number
      - `lpPrice` number
      - `farmOngoingCount` number
      - `day` object
      - `week` object
      - `month` object
    - `nextPageId` string, nullable

---

[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)
