Zum Hauptinhalt springen
GET
/
lock
/
cpmm
/
position
Gesperrte CPMM-Positions-Metadaten abrufen
curl --request GET \
  --url https://dynamic-ipfs.raydium.io/lock/cpmm/position
{
  "poolInfo": {
    "id": "<string>",
    "mintA": {
      "address": "<string>",
      "decimals": 123,
      "symbol": "<string>"
    },
    "mintB": {
      "address": "<string>",
      "decimals": 123,
      "symbol": "<string>"
    },
    "lpMint": {
      "address": "<string>",
      "decimals": 123,
      "symbol": "<string>"
    },
    "lpPrice": 123
  },
  "positionInfo": {
    "tvlPercentage": 123,
    "usdValue": 123,
    "amountA": 123,
    "amountB": 123,
    "unclaimedFee": {
      "lp": 123,
      "amountA": 123,
      "amountB": 123,
      "usdValue": 123
    }
  }
}

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

id
string
erforderlich

Öffentlicher Schlüssel der gesperrten CPMM-Positions-PDA (base58)

Antwort

Success

Vollständige gesperrte CPMM-Position mit Pool-Details und Bewertung

poolInfo
object
erforderlich

Constant Product Market Maker-Pool-Informationen

positionInfo
object
erforderlich

Gesperrter CPMM-Positionszustand