Chuyển đến nội dung chính
GET
/
pools
/
info
/
list-v2
Liệt kê pool với bộ lọc nâng cao (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.

Tham số truy vấn

poolType
enum<string>
Tùy chọn có sẵn:
Concentrated,
Standard
mintFilter
string
hasReward
boolean
sortField
enum<string>
Tùy chọn có sẵn:
liquidity,
volume24h,
fee24h,
apr24h,
volume7d,
fee7d,
apr7d,
volume30d,
fee30d,
apr30d
sortType
enum<string>
mặc định:desc
Tùy chọn có sẵn:
asc,
desc
size
integer
bắt buộc
Phạm vi bắt buộc: 1 <= x <= 1000
nextPageId
string
mint1
string
mint2
string

Phản hồi

200 - application/json

Success

Phong bì phản hồi chung. Trường data được cung cấp bởi schema phản hồi của từng endpoint thông qua allOf và do đó không được khai báo trên phong bì cơ sở.

id
string
bắt buộc

ID yêu cầu (UUID)

success
boolean
bắt buộc

Cho biết yêu cầu có thành công hay không

msg
string

Thông báo lỗi nếu success là false

data
object