Passer au contenu principal
GET
/
lock
/
clmm
/
position
Obtenir les métadonnées de position CLMM verrouillée
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.

Paramètres de requête

id
string
requis

Clé publique PDA de position verrouillée (base58)

Réponse

Success

Position CLMM complète avec détails du pool et évaluation

poolInfo
object
requis

Informations du pool Concentrated Liquidity Market Maker

positionInfo
object
requis

État de la position CLMM