メインコンテンツへスキップ
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 フィールドは各エンドポイントのレスポーススキーマが allOf を通じて提供するため、ベースエンベロープ上では宣言されません。

id
string
必須

リクエスト ID(UUID)

success
boolean
必須

リクエストが成功したかどうか

msg
string

success が false の場合のエラーメッセージ

data
object