メインコンテンツへスキップ
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
必須

ロック済み CPMM ポジション PDA 公開鍵(base58)

レスポンス

Success

プール詳細と評価を含む完全な CPMM ロック済みポジション

poolInfo
object
必須

Constant Product Market Maker プール情報

positionInfo
object
必須

CPMM ロック済みポジション状態