跳轉到主要內容
GET
/
farms
/
info
/
lp
依 LP mint 取得農場
curl --request GET \
  --url https://api-v3.raydium.io/farms/info/lp
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "count": 123,
    "data": [
      {
        "id": "<string>",
        "lpMint": "<string>",
        "rewardMints": [
          "<string>"
        ],
        "apr": 123
      }
    ],
    "hasNextPage": true
  }
}

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.

查詢參數

lp
string
必填
pageSize
integer
必填
必填範圍: 1 <= x <= 100
page
integer
必填
必填範圍: x >= 1

回應

200 - application/json

Success

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

id
string
必填

請求 ID(UUID)

success
boolean
必填

請求是否成功

msg
string

失敗時的錯誤訊息

data
object