메인 콘텐츠로 건너뛰기
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 잠금 포지션 상태