跳轉到主要內容
GET
/
pools
/
info
/
lps
依 LP mint 取得流動性池
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/lps
{
  "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.

查詢參數

lps
string
必填

以逗號分隔的 LP mint 地址

回應

200 - application/json

Success

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

id
string
必填

請求 ID(UUID)

success
boolean
必填

請求是否成功

msg
string

失敗時的錯誤訊息

data
object[]