跳轉到主要內容
GET
/
lock
/
clmm
/
position
取得已鎖定 CLMM 部位元資料
curl --request GET \
  --url https://dynamic-ipfs.raydium.io/lock/clmm/position
{
  "poolInfo": {
    "id": "<string>",
    "programId": "<string>",
    "mintA": {
      "address": "<string>",
      "decimals": 123,
      "symbol": "<string>"
    },
    "mintB": {
      "address": "<string>",
      "decimals": 123,
      "symbol": "<string>"
    },
    "tvl": 123,
    "rewardDefaultInfos": [
      {
        "mint": {
          "address": "<string>",
          "decimals": 123,
          "symbol": "<string>"
        }
      }
    ]
  },
  "positionInfo": {
    "tvlPercentage": 123,
    "usdValue": 123,
    "amountA": 123,
    "amountB": 123,
    "unclaimedFee": {
      "amountA": 123,
      "amountB": 123,
      "usdFeeValue": 123,
      "reward": [
        123
      ],
      "usdRewardValue": 123,
      "usdValue": 123
    }
  }
}

查詢參數

id
string
必填

已鎖定部位 PDA 公鑰(base58 格式)

回應

Success

包含流動性池詳情和估值的完整 CLMM 部位

poolInfo
object
必填

Concentrated Liquidity Market Maker 流動性池資訊

positionInfo
object
必填

CLMM 部位狀態