الانتقال إلى المحتوى الرئيسي
GET
/
lock
/
cpmm
/
position
الحصول على البيانات الوصفية لمركز CPMM المقفل
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.

معلمات الاستعلام

id
string
مطلوب

المفتاح العام للـ PDA الخاص بمركز CPMM المقفل (base58)

الاستجابة

Success

مركز CPMM المقفل كامل مع تفاصيل المجمع والتقييم

poolInfo
object
مطلوب

معلومات مجمع صانع السوق ذي الناتج الثابت

positionInfo
object
مطلوب

حالة مركز CPMM المقفل