Перейти к основному содержанию
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
    }
  }
}

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 заблокированной позиции (base58)

Ответ

Success

Полная позиция CLMM с детальной информацией пула и оценкой стоимости

poolInfo
object
обязательно

Информация о пуле Concentrated Liquidity Market Maker

positionInfo
object
обязательно

Состояние позиции CLMM