Zum Hauptinhalt springen
GET
/
farms
/
info
/
lp
Farms nach LP-Mint abrufen
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.

Abfrageparameter

lp
string
erforderlich
pageSize
integer
erforderlich
Erforderlicher Bereich: 1 <= x <= 100
page
integer
erforderlich
Erforderlicher Bereich: x >= 1

Antwort

200 - application/json

Success

Allgemeiner Antwort-Envelope. Das Feld data wird von jedem Endpunkt über allOf bereitgestellt und ist daher nicht im Basis-Envelope deklariert.

id
string
erforderlich

Anfrage-ID (UUID)

success
boolean
erforderlich

Gibt an, ob die Anfrage erfolgreich war

msg
string

Fehlermeldung, falls success den Wert false hat

data
object