取得已鎖定 CLMM 部位元資料
Locked Positions
取得已鎖定 CLMM 部位元資料
取得已鎖定 CLMM 部位的元資料。返回部位資料,包括鎖定期間、累積費用和目前估值。
GET
取得已鎖定 CLMM 部位元資料
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
}
}
}取得已鎖定 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
}
}
}