GET
/
open-api
/
v1
/
lp-positions
/
historical
Get historical LP positions for an owner
curl --request GET \
  --url https://api.lpagent.io/open-api/v1/lp-positions/historical \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "count": 12,
  "data": {
    "data": [
      {
        "status": "Close",
        "strategyType": "SpotImBalanced",
        "tokenId": "EAKJUJDFjRNQ6guA3Q1xqkfZ2ArXxKGL2LUQn69nZ6w7",
        "pairName": "STARTUP",
        "currentValue": "23.6413056088255",
        "inputValue": 23.641305608825547,
        "inputNative": 0.13232864407362593,
        "outputValue": 23.487261686308557,
        "outputNative": 0.13143240986197438,
        "collectedReward": 0,
        "collectedRewardNative": 0,
        "collectedFee": 0,
        "collectedFeeNative": 0,
        "uncollectedFee": "0",
        "tickLower": -4501,
        "tickUpper": -4431,
        "pool": "UUVJ9rVGVtMyEnLi473xyS7teC1PLg3oCWhVs1c1jpU",
        "liquidity": "0",
        "token0": "97PVGU2DzFqsAWaYU17ZBqGvQFmkqtdMywYBNPAfy8vy",
        "token1": "So11111111111111111111111111111111111111112",
        "inRange": true,
        "createdAt": "2025-07-30T16:03:34.000Z",
        "updatedAt": "2025-07-30T16:03:45.000Z",
        "pnl": {
          "value": -0.1540439225169905,
          "valueNative": -0.0008962342116515531,
          "percent": -0.6515880512939365,
          "percentNative": -0.6772790713043958
        },
        "pnlNative": -0.0008962342116515531,
        "upnl": null,
        "owner": "DMQ7mJ8DTXYLoc1g1NpSv7jtDdaCzsLUdzvvY8MA4hbX",
        "dpr": -51.17927966526919,
        "dprNative": -53.19719250972708,
        "ageHour": "0.00305555555555555556",
        "decimal0": 9,
        "decimal1": 9,
        "yield24h": null,
        "apr": null,
        "protocol": "meteora",
        "token0Info": {
          "token_symbol": "STARTUP",
          "token_name": "Startup",
          "token_decimals": 9,
          "token_address": "97PVGU2DzFqsAWaYU17ZBqGvQFmkqtdMywYBNPAfy8vy",
          "logo": null
        },
        "token1Info": {
          "token_symbol": "SOL",
          "token_name": "Wrapped SOL",
          "token_decimals": 9,
          "token_address": "So11111111111111111111111111111111111111112",
          "logo": "https://www.dextools.io/resources/tokens/logos/3/solana/So11111111111111111111111111111111111111112.jpg"
        },
        "poolInfo": {
          "fee": 20,
          "tickSpacing": 20
        },
        "age": "0.00",
        "position": "EAKJUJDFjRNQ6guA3Q1xqkfZ2ArXxKGL2LUQn69nZ6w7",
        "logo0": "https://token-logo.getnimbus.io/api/v1/logo?address=97PVGU2DzFqsAWaYU17ZBqGvQFmkqtdMywYBNPAfy8vy&chain=SOL",
        "logo1": "https://token-logo.getnimbus.io/api/v1/logo?address=So11111111111111111111111111111111111111112&chain=SOL",
        "tokenName0": "STARTUP",
        "tokenName1": "SOL",
        "priceRange": [
          0.02119779171413261,
          0.024379855528418568,
          0.01839426300470885
        ],
        "value": 23.641305608825547,
        "valueNative": 0.13232864407362593,
        "close_At": "2025-07-30T16:03:45.000Z",
        "closeAt": "2025-07-30T16:03:45.000Z",
        "fee": 0,
        "feeNative": 0,
        "feePercent": 0,
        "feePercentNative": 0,
        "creationType": "AUTO",
        "pnlNativeAudited": -0.004338157999999981,
        "solInAudited": 0.192444558,
        "solOutAudited": 0.1881064,
        "followInfo": {
          "sourceOwner": "7KHx2Uc5qsqz652eXbu8Qtabi5KLxWJLgxFzcaBzP32i",
          "sourceLabel": "cromatoforo",
          "sourceTokenId": "9DJ1vtDHs3x8yQCoPRBwMqFsUQAa7VtufsnoPe11kU2Q"
        }
      }
    ],
    "pagination": {
      "currentPage": 1,
      "totalPages": 111,
      "totalCount": 1329,
      "pageSize": 12
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

owner
string
required

Wallet address of the position owner

page
integer
default:1

Page number for pagination

limit
integer
default:20

Number of items per page

Response

200
application/json

Successfully retrieved historical positions

The response is of type object.