메인 콘텐츠로 건너뛰기
GET
/
clmm
/
position
CLMM 포지션 메타데이터 조회
curl --request GET \
  --url https://dynamic-ipfs.raydium.io/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
    }
  }
}

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
필수

포지션 계정 공개 키(base58)

예시:

"4Ygp92zRvl4kCr97V3Zs5xg4k3qX1tN6m8pR2vL9jA1"

응답

Success

풀 상세 정보 및 평가가 포함된 완전한 CLMM 포지션

poolInfo
object
필수

Concentrated Liquidity Market Maker 풀 정보

positionInfo
object
필수

CLMM 포지션 상태