메인 콘텐츠로 건너뛰기
GET
/
pools
/
info
/
list-v2
고급 필터를 적용한 풀 목록 조회 (v2)
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/list-v2
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "data": [
      {
        "id": "<string>",
        "type": "<string>",
        "programId": "<string>",
        "lpMint": "<string>",
        "mint1": {},
        "mint2": {},
        "tvl": 123,
        "lpPrice": 123,
        "farmOngoingCount": 123,
        "day": {},
        "week": {},
        "month": {}
      }
    ],
    "nextPageId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

쿼리 매개변수

poolType
enum<string>
사용 가능한 옵션:
Concentrated,
Standard
mintFilter
string
hasReward
boolean
sortField
enum<string>
사용 가능한 옵션:
liquidity,
volume24h,
fee24h,
apr24h,
volume7d,
fee7d,
apr7d,
volume30d,
fee30d,
apr30d
sortType
enum<string>
기본값:desc
사용 가능한 옵션:
asc,
desc
size
integer
필수
필수 범위: 1 <= x <= 1000
nextPageId
string
mint1
string
mint2
string

응답

200 - application/json

Success

공통 응답 래퍼입니다. data 필드는 각 엔드포인트의 응답 스키마가 allOf를 통해 제공하므로, 기본 래퍼에는 선언되어 있지 않습니다.

id
string
필수

요청 ID (UUID)

success
boolean
필수

요청 성공 여부

msg
string

success가 false인 경우의 오류 메시지

data
object