跳轉到主要內容
GET
/
pools
/
info
/
ids
依 ID 取得流動性池資訊
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/ids
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": [
    {
      "id": "<string>",
      "type": "<string>",
      "programId": "<string>",
      "lpMint": "<string>",
      "mint1": {},
      "mint2": {},
      "tvl": 123,
      "lpPrice": 123,
      "farmOngoingCount": 123,
      "day": {},
      "week": {},
      "month": {}
    }
  ]
}

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.

查詢參數

ids
string
必填

以逗號分隔的流動性池 ID

回應

200 - application/json

Success

通用回應封裝。data 欄位由各端點的回應 schema 透過 allOf 提供,因此不在基礎封裝中宣告。

id
string
必填

請求 ID(UUID)

success
boolean
必填

請求是否成功

msg
string

失敗時的錯誤訊息

data
object[]